Skip to content

Latest commit

 

History

History
86 lines (37 loc) · 2.65 KB

File metadata and controls

86 lines (37 loc) · 2.65 KB

2.3.1 (2022-09-15)

Bug Fixes

  • package: add to github registry (c1fcde8)

Performance Improvements

  • packages: only bundle up whats needed (6814e4b)

2.3.0 (2022-02-07)

Features

  • stacktrace: Show entire stacktrace (#67) (11564b2)

2.2.0 (2021-02-23)

Features

  • Support providing a dynamic context (#24) (d343b1c)

2.1.0 (2020-10-22)

Features

  • Support providing both a context and an error object (#18) (790ba6d)

2.0.2 (2020-04-02)

Bug Fixes

  • deps: update dependency chalk to v4 (08e5236)

2.0.1 (2020-01-22)

Bug Fixes

  • deps: update dependency chalk to v3 (3a7db4d)

2.0.0 (2019-09-12)

Features

  • Drop winston and simpplify the logger (fa86131)

BREAKING CHANGES

  • The logger do not allow using winston's API anymore as we dropped winston

1.1.0 (2019-09-12)

Features

  • Provide a logger instance by default (6a932d6)

1.0.2 (2019-09-12)

Bug Fixes

  • Remove extra sql level in sql messages (fbdcd5f)

1.0.1 (2019-09-10)

Bug Fixes

  • Ignore metadata in simple mode (1779e1c)

1.0.0 (2019-09-10)

Features

  • Create basic logger generator (d24a39d)