Skip to content

Latest commit

 

History

History
107 lines (41 loc) · 3.55 KB

CHANGELOG.md

File metadata and controls

107 lines (41 loc) · 3.55 KB

1.1.1 (2023-07-08)

1.1.0 (2023-07-05)

Features

  • package as a UMD and add method aliases for use in NestJS (c5b1c2d), closes #129

1.0.7 (2023-04-29)

1.0.6 (2023-03-01)

Bug Fixes

  • Make NPM run scripts compatible with Windows. (04acd1d), closes #11

1.0.5 (2019-04-20)

Bug Fixes

  • Upgrade all dependencies to their latest versions. (160985c), closes #10

1.0.4 (2019-02-23)

Bug Fixes

  • Upgrade all dependencies to their latest versions. (3e5f3e8), closes #8

1.0.3 (2019-02-03)

Bug Fixes

  • Update dependencies and upgrade ts-node to v8. (9db3a94), closes #7

1.0.2 (2018-11-19)

Bug Fixes

  • Allow values of any type to be set in the global context. (369feac), closes #4
  • Escape new lines and carriage returns when message is inside quotes. (0ae5eed), closes #6
  • Escape quotes in log message when format places it inside quotes. (547dcfc), closes #5

Performance Improvements

  • Move regular expressions so they are compiled only once per instance. (698e364)

1.0.1 (2018-09-30)

Bug Fixes

  • Allow properties of parent class to be printed. (8320c31)
  • Do not restrict setContext() values to strings. (4c0cf2d)

1.0.0 (2018-09-28)

Bug Fixes

  • Log level OFF should not log any messages. (b424bc1), closes #1

0.8.1 (2018-09-08)

Bug Fixes

  • Fix typo in git repo URL. (b537a90)

0.8.0 (2018-09-08)

  • Initial release.