Releases: tsedio/logger
Releases Β· tsedio/logger
v6.0.2
6.0.2 (2022-01-10)
Bug Fixes
- fix colors dependencies version (97e84c6)
v6.0.1
6.0.1 (2022-01-10)
Bug Fixes
v6.0.0
6.0.0 (2021-11-04)
Features
- logger: Create @tsed/logger-file package (5ba34ec)
BREAKING CHANGES
- logger: To use file appender you have to import explicitly the @tsed/logger-file in your project.
v5.17.0
5.17.0 (2021-07-10)
Features
- logger: Add %j pattern key to print data as json (61168d0)
v5.16.0
5.16.0 (2021-07-10)
Bug Fixes
- logger: Fix stack trace when using logger.trace() (705f8b0), closes #94
Features
- Use microbundle to package logger and plugins (177299f)
v5.15.0
5.15.0 (2021-06-03)
Features
- slack: changed slack dep to @slack/web-api, fixed postMessage func (7b49c2c)
v5.14.0
5.14.0 (2021-05-22)
Features
- logstash-http: Fix options.params and add maxBuffer options (6a195c1)
v5.13.2
5.13.2 (2021-04-02)
Bug Fixes
- logstash-http,logstash-udp: Fix extra logs in logstash (d9140c3)
v5.13.1
5.13.1 (2021-04-02)
Bug Fixes
- logstash-http,logstash-udp: Fix log format when an object is sent (b756a8c)