Releases: winstonjs/logform
Releases · winstonjs/logform
v2.6.1
- Add example files to .npmignore 28d44b2
- npm audit fix 36050a2
- Bump @babel/cli from 7.23.0 to 7.23.4 (#294) 5711245
- Bump eslint from 8.40.0 to 8.56.0 (#301) 7673838
- Bump @babel/core from 7.23.2 to 7.23.7 (#302) 232736d
- Bump @babel/preset-env from 7.23.2 to 7.23.7 (#303) 91fcc55
- Bump triple-beam and @types/triple-beam (#285) 85b70ca
- Bump actions/setup-node from 3 to 4 (#288) 1932b73
- Adding mask formatting example (#287) ded082a
v2.6.0
- Add engines.node field to package.json, matching winston dc72f30
- Bump @babel/preset-env from 7.20.2 to 7.23.2 (#282) 3fa46ff
- Bump @babel/cli from 7.21.5 to 7.23.0 (#279) 5bbd37c
- Bump @babel/core from 7.21.8 to 7.23.2 (#283) 7829c80
- Bump rimraf from 3.0.2 to 5.0.5 (#276) 60f2a57
- Bump @colors/colors from 1.5.0 to 1.6.0 (#278) 4122c75
- Bump actions/checkout from 3 to 4 (#281) 696fca6
- Update Node versions used in CI tests to match winston 2456702
- Bump safe-stable-stringify from 2.4.2 to 2.4.3 (#260) e138505
- Bump @babel/cli from 7.19.3 to 7.21.5 (#268) 2f6b096
- Bump eslint from 8.33.0 to 8.40.0 (#270) 9f75e6c
- Bump @babel/core from 7.20.12 to 7.21.8 (#271) ac5a90d
- Update version number in bug report template 3e3a0b6
- Add TS version to issue template a93698c
- Note TS<4.4 incompatibility per #244 f79c612
v2.5.1
v2.5.0
2.5.0
2023/02/06
Most Important:
Improvements
All the improvements in this release are from first-time contributors - thanks for your contributions!
- Feature - optionally include Error.cause property by @davidnbooth in #226
- Add triple beam properties to types by @robinpokorny in #194
- TransformableInfo should support symbols as keys by @dancrumb in #240
Dependency updates by @dependabot
- Bump @babel/cli from 7.18.6 to 7.19.3 by @dependabot in #214
- Bump @babel/core from 7.18.6 to 7.20.12 by @dependabot in #212
and #237 - Bump @babel/preset-env from 7.18.6 to 7.20.2 by @dependabot in #217
and #225 - Bump eslint from 8.19.0 to 8.33.0 by @dependabot in #215
and #241 - Bump mocha from 10.0.0 to 10.2.0 by @dependabot in #218
and #232 - Bump safe-stable-stringify from 2.3.1 to 2.4.2 by @dependabot in #206
and #235
v2.4.2
2.4.2
Bugfixes
This patch-level release includes a fix for a crash on attempt to uncolorize Symbol.
Thanks to @Alexsey for that first contribution in #188.
Maintainability updates:
Line break styles were changed to be LF (instead of CRLF) more consistently so that linter warnings aren't drowned out by notes about that.
Dependency updates by @dependabot
v2.4.1
What's Changed
- Feature: Implement issue templates by @maverick1872 in #149
- Change TransformableInfo message prop to any by @gregbair in #178
Dependabot bumps:
- Bump actions/checkout from 2 to 3 by @dependabot in #157
- Bump eslint from 8.9.0 to 8.10.0 by @dependabot in #154
- Bump mocha from 9.2.0 to 9.2.1 by @dependabot in #152
- Bump @babel/core from 7.17.2 to 7.17.5 by @dependabot in #151
- Bump @babel/cli from 7.17.0 to 7.17.6 by @dependabot in #155
- Bump actions/setup-node from 2 to 3 by @dependabot in #153
- Bump @babel/core from 7.17.5 to 7.18.2 by @dependabot in #177
- Bump fecha from 4.2.1 to 4.2.3 by @dependabot in #165
- Bump eslint from 8.10.0 to 8.16.0 by @dependabot in #175
- Bump mocha from 9.2.1 to 10.0.0 by @dependabot in #167
- Bump @babel/preset-env from 7.16.11 to 7.18.2 by @dependabot in #176
- Bump eslint from 8.16.0 to 8.18.0 by @dependabot in #182
- Bump @babel/core from 7.18.2 to 7.18.5 by @dependabot in #181
- Bump @babel/cli from 7.17.6 to 7.17.10 by @dependabot in #180
New Contributors
- @maverick1872 made their first contribution in #149
- @gregbair made their first contribution in #178
Full Changelog: v2.4.0...v2.4.1
v2.4.0
- Update .npmignore 6e412cd
- Update changelog for 2.4.0 release 6e9ce5d
- Make use of new safe-stable-stringify 2.x features (#134) e3a8000
- In CliFormat use cli levels (not npm levels). (#135) 6c677ed
- Update to @colors/colors (#144) 5ee5fec
- Bump assume from 2.2.0 to 2.3.0 (#145) 9371de2
- Bump @babel/cli from 7.15.7 to 7.17.0 (#146) 48eee25
- Bump eslint from 8.8.0 to 8.9.0 (#148) 691182a
- Bump mocha from 8.4.0 to 9.2.0 (#139) 048c9df
- Bump safe-stable-stringify from 1.1.0 to 2.3.1 (#141) e0d2b5e
- Bump @babel/preset-env from 7.10.3 to 7.16.11 (#140) 1bb6f34
- Bump fecha from 4.2.0 to 4.2.1 (#137) 2377a51
- Bump ms from 2.1.2 to 2.1.3 (#138) ff0d634
- Update ESLint config (#142) 0ab2982
- Replace Travis CI with GitHub Actions (#136) 7e5cffc
v2.3.2
This update, which also used up version number 2.3.1, pinned the version of the colors
dependency due to vandalism by a developer of that package, as noted here.
As discussed in the winston
package, all users should update to this (or a later version, should one exist) ASAP.
v2.3.0
2.3.0
v2.2.0
- Update Travis Node versions; Node < 10 no longer maintained 571bcdf
- Update dependencies and prep for v2.2.0 release 19f6700
- Add option for stable stringifying to JSON (#90) (#91) ec7d624
- Add replacer for bigint on json formatter (#84) 432d7a8
- Fix timestamp format type definitions to accept a function (#79) 4c4d1e3