Change Log
==========

This project honours [Semantic Versioning](http://semver.org/).


[v1.2.0]
------------------------------------------------------------------------
**May 11th, 2020**  
* **Added:** Support for printing `BigInt` values
* **Fixed:** Buggy handling of subclasses and `Symbol.toStringTag`


[v1.1.0]
------------------------------------------------------------------------
**March 21st, 2018**  
* **Added:** Recognition of object-type primitives and async functions
* **Added:** Support for subclassed built-ins
* **Added:** The `invokeGetters` and `showAll` options
* **Fixed:** Breakage when printing invalid `Date` objects


[v1.0.2]
------------------------------------------------------------------------
**December 22nd, 2016**  
* **Fixed:** Missing support for `Date` objects


[v1.0.1]
------------------------------------------------------------------------
**October 1st, 2016**  
* **Fixed:** Breakage when printing functions which lack constructors.


[v1.0.0]
------------------------------------------------------------------------
**August 25th, 2016**  
Initial release.


[Referenced links]:_____________________________________________________
[Unpublished]: ../../compare/v1.2.0...HEAD
[v1.2.0]: https://github.com/Alhadis/Print/releases/tag/v1.2.0
[v1.1.0]: https://github.com/Alhadis/Print/releases/tag/v1.1.0
[v1.0.2]: https://github.com/Alhadis/Print/releases/tag/v1.0.2
[v1.0.1]: https://github.com/Alhadis/Print/releases/tag/v1.0.1
[v1.0.0]: https://github.com/Alhadis/Print/releases/tag/v1.0.0
