Skip to content

Latest commit

 

History

History
87 lines (50 loc) · 5.22 KB

CHANGELOG.md

File metadata and controls

87 lines (50 loc) · 5.22 KB

Changelog

4.0.1 (2021-09-21)

Bug Fixes

  • level: Separate concerns for the "level" parameter 0f734d8 - Darin Spivey, closes: #33
  • levels: Automatically set up LogDNA custom levels for defaults e3101e9 - Darin Spivey

4.0.0 (2021-09-17)

Chores

  • deps: eslint-config-logdna@5.1.0 1313046 - Darin Spivey
  • deps: eslint@7.32.0 12f2235 - Darin Spivey
  • deps: semantic-release-config-logdna@1.3.0 500705c - Darin Spivey
  • deps: semantic-release@17.4.7 a6e4501 - Darin Spivey

Features

  • levels: Support custom log levels in LogDNA 02c6b3e - Darin Spivey, closes: #31

BREAKING CHANGES

  • levels: This removes the log level "translation" that used to be in place to convert Winston levels to ones that would be acceptable by LogDNA. Since LogDNA can now define custom levels as well, this translation is no longer needed, however it may break implementations that are relying on the translated levels.

3.0.5 (2021-04-15)

Build System

  • replace npmignore with explicit files list 0e2058a - Mike Del Tito

Chores

  • deps: update eslint tooling 2298f36 - Mike Del Tito
  • deps: update logdna/logger@2.2.4 f891936 - Mike Del Tito

Continuous Integration

  • add semantic-release da609d7 - Mike Del Tito

Miscellaneous

  • add @darinspivey as a contributor b11ed79 - Mike Del Tito
  • add @LYHuang as a contributor b58fdac - Mike Del Tito
  • add @mariocasciaro as a contributor 03e4def - Mike Del Tito
  • add @mdeltito as a contributor 4b401ff - Mike Del Tito
  • add @respectus as a contributor 3b3dd66 - Mike Del Tito
  • add @smusali as a contributor 10b207c - Mike Del Tito
  • add @TheConnMan as a contributor 43ba8bd - Mike Del Tito
  • add @vilyapilya as a contributor 75c4348 - Mike Del Tito

2020-12-17, Version 3.0.4 (Stable)

  • [7be3610c3b] - Always translate the log level. (Mario Casciaro)

2020-12-16, Version 3.0.3 (Stable)

  • [c5123aa947] - fix(ci): Expose linter results in the junit output (Darin Spivey)

2020-10-28, Version 3.0.2 (Stable)

  • [29f225ac1d] - deps: @logdna/logger@2.0.0 (Darin Spivey)

2020-10-27, Version 3.0.1 (Stable)

2020-10-08, Version 3.0.0 (Stable)