All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
2.0.6 - 2020-05-30
- Update winston syntax
2.0.5 - 2020-05-30
- Update dependencies
2.0.4 - 2018-07-26
- Add .git and yarn.lock to .npmignore
2.0.3 - 2018-07-26
- Bumping version for npm publish aimed at removing .git from package
2.0.2 - 2018-01-17
- Log on one line only
2.0.1 - 2018-01-17
- Log json in production
2.0.0 - 2018-01-17
- Renamed package @koopjs/logger
- Default to info log level in production
- Support only Node > 6
1.2.0 - 2016-10-16
- Use simple file transport
- Remove typo in env check
1.1.0 - 2016-01-27
LOG_LEVEL
ENV determines whether to log above error level
1.0.1 - 2016-01-08
- Use Winston with built in dailyRotateFile
1.0.0 - 2015-12-30
Extracted Koop-Logger from Koop/lib