Skip to content

Latest commit

 

History

History
88 lines (60 loc) · 2.31 KB

CHANGELOG.md

File metadata and controls

88 lines (60 loc) · 2.31 KB

Changelog

3.1.9 - 2022-07-07

  • Package maintenance

3.1.8 - 2022-03-30

  • Add support for json-only logs

3.1.7 - 2022-03-17

  • Fix unlink empty files
  • Improve error handling
  • Update dependencies and package maintenance

3.1.6 - 2021-12-08

  • Fix typings
  • Remove useless code from tests
  • Fix unlink file bug

3.1.5 - 2021-10-11

  • Update dependencies and npm audit fix

3.1.4 - 2021-09-10

  • Update dependencies

3.1.3 - 2021-07-22

  • Improve code style
  • Move types to package root

3.1.2 - 2021-05-24

  • Package maintenance

3.1.1 - 2021-01-15

  • Remove code duplication: use metautil.replace
  • Remove unneeded code and comments
  • Add examples to README.md
  • Add .d.ts typings

3.1.0 - 2021-01-07

  • Use metautil instead of metarhia/common
  • Use writable factory instead of constructor
  • Use fs.createWriteStream instead of metastreams

3.0.0 - 2020-12-16

  • Change Logger interface, use async/await
  • Console interface implementation
  • Create log folder if not exists
  • Support windows
  • New Logger class extends EventEmitter
  • Refactor module to use new ES2020 syntax and features
  • Rewrite code using async/await
  • Truncate paths in stack traces to minimize log files
  • Use metarhia eslint config
  • Fix multiple bugs and optimize performance

First generation of Metarhia Logger