Skip to content

Latest commit

 

History

History
91 lines (45 loc) · 3.64 KB

CHANGELOG.md

File metadata and controls

91 lines (45 loc) · 3.64 KB

yarn run v1.22.19 $ /home/runner/work/node-logger/node-logger/node_modules/.bin/conventional-changelog -p conventionalcommits -r -u 0

2.1.1 (2023-01-05)

Bug Fixes

  • force: prevent syncLogger reset canForceWrite (e8546f1)

Done in 0.52s.

yarn run v1.22.19 $ /home/runner/work/node-logger/node-logger/node_modules/.bin/conventional-changelog -p conventionalcommits -r -u 0

2.1.0 (2023-01-04)

Features

  • forceWrite: add posibility to force the log (017db9e)

Done in 0.41s.

yarn run v1.22.19 $ /home/runner/work/node-logger/node-logger/node_modules/.bin/conventional-changelog -p conventionalcommits -r -u 0

2.0.2 (2022-11-10)

Bug Fixes

  • postinstall: remove husky postinstall (e4a53d2)

Done in 0.51s.

yarn run v1.22.19 $ /home/runner/work/node-logger/node-logger/node_modules/.bin/conventional-changelog -p conventionalcommits -r -u 0

2.0.1 (2022-11-10)

Done in 0.37s.

yarn run v1.22.19 $ /home/runner/work/node-logger/node-logger/node_modules/.bin/conventional-changelog -p conventionalcommits -r -u 0

2.0.0 (2022-11-10)

Features

  • ci: add release (67b3b7b)
  • typescript: convert core files to ts (840741e)

Done in 0.50s.

1.0.0 (2020-03-25)

Features

  • doc: add missing documentation about log level env (f071ca4)
  • logLevel: override default log level with env variable (5d207f4)

0.3.0 (2019-12-18)

Features

  • ci: replace flowdock notification with slack (d5e281c)
  • modules: replace default export with a named function (c868c6d)
  • output: Support multiple outputs (3e598f6)
  • publish: prevent publication of examples (1251c4d)
  • typescript: add typescript definitions (#8) (9be3a9b)

Bug Fixes

  • typescript: fix typescript declarations (3b470fa)

0.2.0 (2017-07-05)

Bug Fixes

  • global-context: prevent mutation of global context (686724b)