- Put your changes here...
- Dropped Node 10 and Node 12 support
- Updated various dependencies
- Migrated colors to @colors/colors
- Migrated from Travis to GitHub Actions
- Fixed bug which caused whitespace at the end of a log to be removed.
- Better docs.
- CI improvements.
- Various dependencies bumped.
- Fixed bug where disabling prefix would chop off more than the prefix.
- CI improvements.
- Various dependencies bumped.
- Module fully refactored, including some breaking API changes, such as:
- Changed to class-based instantiation:
- Added
enableLogger()
anddisableLogger()
methods. - Added
enablePrefix()
anddisablePrefix()
methods. - Added
createLogMethod()
method.
- Added
- Other smaller changes to the API as well. See README.
- Changed to class-based instantiation:
- Initial version.