Skip to content

Releases: winstonjs/winston

v2.4.7

15 Nov 16:44
@wbt wbt
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.4.6...v2.4.7

v3.8.2

07 Sep 16:21
@wbt wbt
Compare
Choose a tag to compare

Patch-level changes

  • Add .js to main entry point in package.json in #2177; thanks to new contributor @rumanbsl
  • Small grammatical fixes in README.md in #2183; thanks to new contributor @mikebarr24
  • Move colors to non-dev dependencies by @wbt in #2190

Dependency updates by @dependabot + CI autotesting

  • Bump @babel/preset-env from 7.18.2 to 7.19.0 in #2189
  • Bump @babel/cli from 7.17.10 to 7.18.10 in #2173
  • Bump eslint from 8.18.0 to 8.23.0 in #2184
  • Bump @babel/core from 7.18.5 to 7.19.0 in #2192
  • Bump logform from 2.4.1 to 2.4.2 in #2191

v3.8.1

30 Jun 19:32
@wbt wbt
Compare
Choose a tag to compare

Patch-level changes

  • Update types to match in-code definitions in #2157; thanks to new contributor @flappyBug

Dependency updates by @dependabot + CI autotesting

  • Bump logform from 2.4.0 to 2.4.1 in #2156
  • Bump async from 3.2.3 to 3.2.4 in #2147

Full Changelog: v3.8.0...v3.8.1

v3.8.0

23 Jun 15:25
@wbt wbt
Compare
Choose a tag to compare

Added functionality

  • Add the stringify replacer option to the HTTP transport by @domiins in #2155

Dependency updates by @dependabot + CI autotesting

  • Bump @babel/core from 7.17.8 to 7.18.5
  • Bump eslint from 8.12.0 to 8.18.0
  • Bump @types/node from 17.0.23 to 18.0.0
  • Bump @babel/preset-env from 7.16.11 to 7.18.2
  • Bump @babel/cli from 7.17.6 to 7.17.10

Updates facilitating repo maintenance & enhancing documentation

  • Explicitly note that the Contirbuting.md file is out of date
  • Add instructions for publishing updated version by @wbt (docs/publishing.md)
  • Prettier Config File by @jeanpierrecarvalho in #2092
  • Readme update to explain origin of errors for handling (#2120)
  • update documentation for #2114 by @zizifn in #2138
  • enhance message for logs with no transports #2114 by @zizifn in #2139
  • Added a new Community Transport option to the list: Worker Thread based async Console Transport by @arpad1337 in #2140

New Contributors

Full Changelog: v3.7.2...v3.8.0

v3.7.2

28 Apr 17:57
@wbt wbt
7937f33
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.7.1...v3.7.2

The release announcement on GitHub is 24 days behind the NPM release in this case, sorry for the confusion!

v2.4.6

28 Apr 20:43
@wbt wbt
Compare
Choose a tag to compare

This updates a dependency to address https://security.snyk.io/vuln/SNYK-JS-ASYNC-2441827. See #2112 by @bacali95.

v3.7.1

04 Apr 14:10
@wbt wbt
Compare
Choose a tag to compare

This change includes some minor updates to package-lock.json resolving npm audit failures: one in ansi-regex and another in minimist.

Full Changelog: v3.7.0...v3.7.1

v3.7.0

01 Apr 16:08
3c79a63
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.6.0...v3.7.0

v3.6.0

12 Feb 19:12
Compare
Choose a tag to compare

v3.5.1...v3.6.0

3.5.1

31 Jan 20:57
@wbt wbt
22bb31a
Compare
Choose a tag to compare

This release reverts the changes made in PR #1896 which added stricter typing to the available log levels,
and inadvertently broke use of custom levels with TypeScript (Issue #2047). Apologies for that!