Releases: winstonjs/winston-daily-rotate-file
Releases · winstonjs/winston-daily-rotate-file
Release v5.0.0
- Converted partially to ES6
- Emit "error" event on lwo level filesystem errors to allow logging and handling of them
v4.7.1
- update README and ts for new auditHashType option 1690392
- Bump moment from 2.29.1 to 2.29.2 (#345) de041ba
- Bump minimist from 1.2.5 to 1.2.6 (#343) d1f6e97
- Bump ansi-regex from 3.0.0 to 3.0.1 (#342) f679318
- Update package version number to 4.7.0 9f9a83a
- Merge pull request #344 from patilms16/audit-hash-type-option 972c87c
- Addressing review comment fcc42eb
- Pass 'audit_hash_type' option for getStream method 2762f84
- Merge pull request #341 from wojtekmaj/no-moment 9e88c1d
- Remove dependency on moment.js 706055e
- removing pre/post version scripts a4401b7
v4.5.0
support filtering logs by level when using query()
v4.4.3
Updated dependencies to address vulnerabilities identified by dependabot
v4.4.0
Reintroduce support for logger.query
v4.2.0
redefine typescript declaration and inject into winston.transports; added symlink options to type declaration
v4.1.0
disable symlink creation by default and allow the ability to customize the symlink name
v4.0.0
This release removes support for winston@2. If you're using this version of winston, please do not upgrade to this release, and instead remain on winston-daily-rotate-file@3
.
- removed support for nodejs < 8
- add logRemoved event when log file is removed
- add utc option to support UTC date substitution in filenames
- add extension option to support file extensions on rotated files