Skip to content

Releases: jmcdo29/ogma

@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

@ogma/nestjs-module@5.1.1

09 Jul 18:53
fe79f5e
Compare
Choose a tag to compare

Patch Changes

  • 18c0d5f: Update the service options provider to correctly pass on the options to the ogma creation process
  • Updated dependencies [743cf48]
    • @ogma/logger@3.1.2

@ogma/logger@3.1.2

09 Jul 18:53
fe79f5e
Compare
Choose a tag to compare

Patch Changes

  • 743cf48: Removed the index type from the ogma options to allow for better intellisense

@ogma/logger@3.1.1

30 Jun 16:28
96fa2a4
Compare
Choose a tag to compare

Patch Changes

  • e67b383: Make sonic-boom work inside worker threads