Skip to content

Releases: aurelia/logging

1.5.2

26 Mar 02:19
Compare
Choose a tag to compare

Fixing up build and package config.

1.5.1

17 Jan 05:30
Compare
Choose a tag to compare

aurelia-logging 1.5.1 (2019-01-17)

  • Add module field to package.json

1.5.0

12 Jun 06:09
Compare
Choose a tag to compare

aurelia-logging 1.5.0

Features

  • logging: Allow isDebugEnabled to be returned (9e7d571), closes #41

1.4.0

20 Dec 04:53
Compare
Choose a tag to compare

aurelia-logging 1.4.0

Features

  • log-manager: add custom log levels (9b5b245), closes #33

1.3.1

26 Mar 05:56
Compare
Choose a tag to compare

aurelia-logging 1.3.1

Bug Fixes

  • logging: restore ES5 compatibility (70bb834)

1.3.0

21 Feb 01:03
Compare
Choose a tag to compare

aurelia-logging 1.3.0

Features

  • Add removeAppender method.

Performance

  • More efficient loggers connect.

1.2.0

03 Dec 04:24
Compare
Choose a tag to compare

aurelia-logging 1.2.0

Features

  • logging: Allow global logLevel to be returned (1c61077)

1.1.1

08 Nov 17:03
Compare
Choose a tag to compare

Bug Fixes

  • logging: carry a globalDefaultLevel with which subsequent loggers are created (ec9af2a)
  • logging: relax type on Logger.setLevel() for compatibility with TypeScript (d52bec2)

1.1.0

14 Oct 14:32
Compare
Choose a tag to compare

1.1.0

Features

  • Individual loggers now have a level property that can be used to override the default log level.

1.0.0

27 Jul 14:14
Compare
Choose a tag to compare
  • Version bump