Skip to content

Releases: winstonjs/logform

v2.6.0

13 Oct 21:56
Compare
Choose a tag to compare
  • 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.6.0

v2.5.1

07 Feb 16:35
@wbt wbt
Compare
Choose a tag to compare

2.5.1

2023/02/07

Bugfix

The triple-beam types package has been promoted to a full dependency, by first-time contributor @carboneater (Thanks!)
in #243 to fix #242.

v2.5.0

06 Feb 22:23
@wbt wbt
Compare
Choose a tag to compare

2.5.0

2023/02/06

Most Important:

  • Now incompatible with TypeScript < 4.4 due to PR #240, as pointed out in #244.

Improvements

All the improvements in this release are from first-time contributors - thanks for your contributions!

Dependency updates by @dependabot

v2.4.2

05 Jul 16:07
@wbt wbt
Compare
Choose a tag to compare

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

  • @babel/cli from 7.17.10 to 7.18.6 in #187
  • @babel/core from 7.18.5 to 7.18.6 in #185
  • @babel/preset-env from 7.18.2 to 7.18.6 in #184
  • eslint from 8.18.0 to 8.19.0 in #186

v2.4.1

21 Jun 14:40
@wbt wbt
bbd7497
Compare
Choose a tag to compare

What's Changed

Dependabot bumps:

New Contributors

Full Changelog: v2.4.0...v2.4.1

v2.4.0

12 Feb 18:16
Compare
Choose a tag to compare

v2.3.2...v2.4.0

v2.3.2

10 Jan 22:46
@wbt wbt
Compare
Choose a tag to compare

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

22 Sep 04:06
Compare
Choose a tag to compare
2.3.0

v2.2.0

21 Jun 08:19
Compare
Choose a tag to compare
  • 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

2.1.2...v2.2.0