Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Latest commit

 

History

History
47 lines (29 loc) · 1.24 KB

CHANGELOG.md

File metadata and controls

47 lines (29 loc) · 1.24 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[1.1.0] - 2018-09-14

  • Fixed output to colorize the loglevel and use simple non-json output for string messages.
  • Added a colorize boolean option to logger constructor to enable turning colors off (on by default).

[1.0.0] - 2018-08-21

  • Updated dependencies, including winston to ^3.0.0

[0.5.0] - 2017-02-28

  • Add the ability to provide a new default transport.
  • [Breaking] Log level is now a property on defaultConfig, not on the module export directly.

[0.3.0] - 2016-05-13

Changed

[0.2.0] - 2016-05-13

Changed

  • [Breaking] Move log level methods into a getter and setter.

[0.1.0]- 2016-05-12

Added

  • Pretty print logged objects.

[0.0.2] - 2016-05-12

Added

  • Initial release!