Skip to content

Latest commit

 

History

History
68 lines (47 loc) · 1.79 KB

CHANGELOG.md

File metadata and controls

68 lines (47 loc) · 1.79 KB

Changelog

  • 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