mirror of
https://github.com/log4js-node/log4js-node.git
synced 2025-12-08 19:26:01 +00:00
3.7 KiB
3.7 KiB
log4js-node changelog
5.0.0
- Update streamroller to 2.0.0 (remove support for node v6)
- Update dependencies (mostly dev deps)
- Fix error when cluster not available
- Test coverage improvements
4.5.1
- Update streamroller 1.0.5 -> 1.0.6 (to fix overwriting old backup log files)
- Dependency update: lodash 4.17.4 (dependency of a dependency, not log4js) - thanks Github Automated Security Thing.
- Dependency update: lodash 4.4.0 -> 4.5.0 (dependency of a dependency, not log4js) - thanks Github Automated Security Thing.
4.5.0
- Override call stack parsing - thanks @rommni
- patternLayout filename depth token - thanks @rommni
4.4.0
- Add option to pass appender module in config - thanks @kaxelson
- Added docs for passing appender module
- Updated dependencies
4.3.2
- Types for enableCallStack - thanks @citrusjunoss
4.3.1
4.3.0
4.2.0
- Feature: add appender and level inheritance - thanks @pharapiak
- Feature: add response to context for connectLogger - thanks @leak4mk0
- Fix for broken sighup handler
- Add missing types for Level - thanks @Ivkaa
- Typescript fixes for connect logger context - thanks @leak4mk0
- Upgrade to streamroller-1.0.5 to fix log rotation bug
4.1.1
- Various test fixes for node v12
- Fix layout problem in node v12 - thanks @bjornstar
- Add missing types for addLevels - thanks @Ivkaa
- Allow any return type for layout function - thanks @xinbenlv
4.1.0
- Updated streamroller to 1.0.4, to fix a bug where the inital size of an existing file was ignored when appending
- Updated streamroller to 1.0.3, to fix a crash bug if the date pattern was all digits.
- Updated dependencies
Previous versions
Change information for older versions can be found by looking at the milestones in github.