@ptkdev/logger
Version:
Beautiful Logger for Node.js: the best alternative to the console.log statement
61 lines (34 loc) โข 1.73 kB
Markdown
# v1.8.0 (August 30, 2021)
- Fix: lowdb esm
[](https://www.paypal.me/ptkdev) [](https://www.patreon.com/ptkdev) [](https://github.com/sponsors/ptkdev/) [](https://ko-fi.com/ptkdev)
# v1.7.2 (August 19, 2020)
- Fix: Typescript export module
# v1.7.1 (August 19, 2020)
- Fix: Typescript typization issues (#7)
# v1.7.0 (August 05, 2020)
- Feature: typescript typization (Thanks: Giovanni Cardamone)
# v1.6.0 (May 24, 2020)
- Fix: info color (default palette) changed from #2ECC71 to #4CAF50
- Fix: docs url with custom pallette
- Fix: stackoverflow url with custom pallette
# v1.5.0 (May 20, 2020)
- Feature: logrotate
- Feature: palette: customize colors
# v1.4.0 (May 11, 2020)
- Translations: ๐ซ๐ท (Thanks: Sylvain Tรฉchenรฉ)
# v1.3.0 (May 07, 2020)
- Translations: ๐ท๐บ ๐ฉ๐ช (Thanks: Alina Osv)
# v1.2.0 (May 06, 2020)
- Fix: security patch
- Translations: ๐ช๐ธ ๐ต๐น (Thanks: Bruno Kummel)
# v1.1.2 (March 28, 2020)
- Fix: security patch
# v1.1.1 (March 08, 2020)
- Fix: default `option.type` value
# v1.1.0 (March 08, 2020)
- Fix: misprint of `errors` in options and docs, renamed to `error`
- Fix: errors logs output moved to `stderr`
- Feature: new formats of logs files, available log (text) or (json)
- Compatibility: the JSON logs format is compatible with [pinojs](https://github.com/pinojs/pino) output
# v1.0.0 (March 08, 2020)
- First Release.