UNPKG

1 kBMarkdownView Raw
1# log4js-node changelog
2
3## 4.1.1
4* [Various test fixes for node v12](https://github.com/log4js-node/log4js-node/pull/870)
5* [Fix layout problem in node v12](https://github.com/log4js-node/log4js-node/pull/860) - thanks [@bjornstar](https://github.com/bjornstar)
6* [Add missing types for addLevels](https://github.com/log4js-node/log4js-node/pull/867) - thanks [@Ivkaa](https://github.com/Ivkaa)
7* [Allow any return type for layout function](https://github.com/log4js-node/log4js-node/pull/845) - thanks [@xinbenlv](https://github.com/xinbenlv)
8
9## 4.1.0
10
11* Updated streamroller to 1.0.4, to fix a bug where the inital size of an existing file was ignored when appending
12* [Updated streamroller to 1.0.3](https://github.com/log4js-node/log4js-node/pull/841), to fix a crash bug if the date pattern was all digits.
13* [Updated dependencies](https://github.com/log4js-node/log4js-node/pull/840)
14
15## Previous versions
16Change information for older versions can be found by looking at the milestones in github.