Skip to content

Releases: jmcdo29/ogma

@ogma/nestjs-module@5.1.4

09 Feb 18:03
c5eee1a
Compare
Choose a tag to compare

Patch Changes

  • 02cd763: Upgrade reflect-metadata to v0.2.1 and update peer dependency range

@ogma/cli@2.2.1

09 Feb 18:03
c5eee1a
Compare
Choose a tag to compare

Patch Changes

  • 02cd763: Upgrade reflect-metadata to v0.2.1 and update peer dependency range

@ogma/logger@3.2.0

17 Oct 20:34
d38e87c
Compare
Choose a tag to compare

Minor Changes

  • 5113fa3: Create a new mixin option for open telemetry and dynamic metadata support

@ogma/styler@1.1.0

13 Oct 21:37
1f0673d
Compare
Choose a tag to compare

Minor Changes

  • de1a56c: Allow for child stylers to compose styles on sub-strings

@ogma/nestjs-module@5.1.3

01 Oct 16:47
f3e1ef9
Compare
Choose a tag to compare

Patch Changes

  • 99b3be9: OgmaService properly returns the OgmaService instance when changing the log level, insterad of the underkying Ogma class instance
  • Updated dependencies [6cd729d]
    • @ogma/logger@3.1.6

@ogma/logger@3.1.6

01 Oct 16:47
f3e1ef9
Compare
Choose a tag to compare

Patch Changes

  • 6cd729d: Allow for the value of a masked property to be null or undefined

@ogma/logger@3.1.5

24 Sep 19:35
25ea602
Compare
Choose a tag to compare

Patch Changes

  • 3044ab1: Set a default file descriptor for sonic-boom. This is helpful in environments like vitest

@ogma/logger@3.1.4

24 Sep 17:48
9e5e1df
Compare
Choose a tag to compare

Patch Changes

  • 5ee0fed: Make it so that the "each" option does not end up double printing the arrays of objects passed to the logger
  • 5ee0fed: Fix an issue with sonic-boom not printing all the logs in a worker thread

@ogma/logger@3.1.3

07 Sep 18:19
123287e
Compare
Choose a tag to compare

Patch Changes

  • 44e293a: Properly ignore the hostname, pid, and application in json logsm if the option is set to not usethem

@ogma/nestjs-module@5.1.2

06 Aug 21:46
eec2bbe
Compare
Choose a tag to compare

Patch Changes

  • 1ec5683: Properly handle observable and promise errors for the @log() decorator