Skip to content

Latest commit

 

History

History
67 lines (53 loc) · 1.85 KB

CHANGELOG.md

File metadata and controls

67 lines (53 loc) · 1.85 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

2.0.6 - 2020-05-30

Fixed

  • Update winston syntax

2.0.5 - 2020-05-30

Changed

  • Update dependencies

2.0.4 - 2018-07-26

Fixed

  • Add .git and yarn.lock to .npmignore

2.0.3 - 2018-07-26

Fixed

  • Bumping version for npm publish aimed at removing .git from package

2.0.2 - 2018-01-17

Fixed

  • Log on one line only

2.0.1 - 2018-01-17

Changed

  • Log json in production

2.0.0 - 2018-01-17

Changed

  • Renamed package @koopjs/logger
  • Default to info log level in production

Breaking

  • Support only Node > 6

1.2.0 - 2016-10-16

Changed

  • Use simple file transport

[1.1.1] - 2016-01-27

Fixed

  • Remove typo in env check

1.1.0 - 2016-01-27

Added

  • LOG_LEVEL ENV determines whether to log above error level

1.0.1 - 2016-01-08

Fixed

  • Use Winston with built in dailyRotateFile

1.0.0 - 2015-12-30

Changed

Extracted Koop-Logger from Koop/lib