Skip to content

Releases: trygve-lie/abslog

v2.4.4

02 May 13:28
Compare
Choose a tag to compare

Fixed publishing of types

Full Changelog: v2.4.3...v2.4.4

v2.4.3

30 Apr 11:04
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.4.2...v2.4.3

v2.4.2

11 Apr 09:12
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.4.1...v2.4.2

v2.4.1

10 Apr 19:01
Compare
Choose a tag to compare

What's Changed

Read more

Version 2.4.0

19 Feb 12:38
Compare
Choose a tag to compare

This version contain the following changes:

  • Harden concole check for cases where global.console.Console is overrided - #19

Version 2.3.0

18 Feb 14:19
Compare
Choose a tag to compare

This version contain the following changes:

  • Checks instance of console against global.console.Console - #18
  • Pinned loggers in devDependenceis- 87f7e3a

Version 2.2.3

18 Dec 18:53
Compare
Choose a tag to compare

This version contain the following changes:

  • Add LogDna to test suite - #15
  • Made tests run on Linux, MacOS and Windows - #16

Version 2.2.2

07 Oct 20:37
Compare
Choose a tag to compare

This version contain the following changes:

  • Add synclog to test suite - #13

Version 2.2.1

06 Oct 23:19
Compare
Choose a tag to compare

This version contain the following changes:

  • Add roarr to test suite - #12

Version 2.2.0

14 Aug 13:43
Compare
Choose a tag to compare

This version contain the following changes:

  • The support for console does now use .log() to output whats sent to .trace() due to .trace() normally being used for error object output by console. Thats a behaviour not common in other loggers - #9
  • Updated dependencies and adhering to updated lint rules - #10