Releases: Olian04/better-logging
Releases · Olian04/better-logging
Package release version 5.0.0
NPM: https://www.npmjs.com/package/better-logging/v/5.0.0
Change log:
- [breaking changes] better-logging now adheres to the ISO8601 standard for dates and time stamps. (#72)
- [new feature] The express middleware now also accepts individual logging functions instead of a decorated instance. (#54)
- [new feature] The express middleware now respects color configurations made when decorating an instance. (#66)
Package release version 4.7.0
NPM: https://www.npmjs.com/package/better-logging/v/4.7.0
Change log:
- [new feature] Color theme
Theme.noColor
that removes all color (#67)
Package release version 4.6.0
NPM: https://www.npmjs.com/package/better-logging/v/4.6.0
Change log:
- [new feature] Stamps can have a custom format through the use of the config option
formatStamp
, thanks to a PR by @vernak2539 (#63)
Package release version 4.5.1
NPM: https://www.npmjs.com/package/better-logging/v/4.5.1
Change log:
Package release version 4.5.0
NPM: https://www.npmjs.com/package/better-logging/v/4.5.0
Change log:
- [new feature] Config options now accept
undefined
&null
as valid aliases for the default value (#51)
Package release version 4.4.1
NPM: https://www.npmjs.com/package/better-logging/v/4.4.1
Change log:
- [bug fix] Logging to file with an implicit root folder should now work as expected, thanks to a PR by @dcoffey3296 (#50)