Skip to content

Releases: good-ware/js-log

Set the default 'notice' color to magenta

30 Aug 21:53

Choose a tag to compare

v9.0.3 Fix #72 - Treat context as an object `logger.child(null, context)` when context is an object

10 Aug 15:12
953e962

Choose a tag to compare

Fix #72 - Treat context as an object logger.child(null, context) when context is an object

v9.0.2: Change console text color for 'notice' level to magenta

07 Aug 23:18
4d95697

Choose a tag to compare

Breaking Changes

  • Require NodeJS 14+ because ulidx needs nullish coalescing and frankly it's time

Other

  • Bump dependencencies
    • Major bump: ulidx 2. Complains that it wants Node 16+. 14 works fine.
  • #68: Remove winston and logform from stack traces
  • #69: 'notice' console color is magenta and the font style is italic

Suppress CloudWatch error "ThrottlingException: Rate exceeded"

04 Oct 02:03

Choose a tag to compare

Fixes

  • #65 Suppress CloudWatch error "ThrottlingException: Rate exceeded"

8.1.0 Add level 'notice'

07 Sep 18:34

Choose a tag to compare

Bug Fixes

  • #64 - isLevelEnabled('http') returns false when isLevelEnabled('verbose') returns true

Features

  • #63 - Add new level: notice

8.0.6

05 Jul 02:58

Choose a tag to compare

v8.0.6

metaKeys -> metaProperties

v7.0.0 Rename metaKeys option to metaProperties

03 May 15:32

Choose a tag to compare

Breaking Changes

Rename metaKeys option to metaProperties

v6.3.0 Add commitSha to options

02 May 05:29

Choose a tag to compare

commitSha optionally specifies the git commit SHA for the user of the package, similar to the version option. commitSha is added to a meta key if provided.

v6.2.5 Add log event

02 May 05:21

Choose a tag to compare

Also add 'category' property to 'data' event objects

v6.2.3 Rename 'log' event to 'data'

30 Apr 16:42

Choose a tag to compare

This is in preparation of the 7.0.0 release which will have additional events.