Skip to content

@loglayer/shared Changelog

2.2.1

Patch Changes

2.2.0

Minor Changes

2.1.1

Patch Changes

2.1.0

Minor Changes

  • #153 96a5c57 Thanks @theogravity! - Updates around context and metadata handling.

    • Added clearContext() to clear context data.
    • withMetadata() / metadataOnly() / withContext() now allows an empty value. Empty values will not result in any data mutations or plugin executions.

2.0.0

Major Changes

  • #151 5f1260b Thanks @theogravity! - - New in v6: Context Manager implementation
    • Breaking: Removes linkParentContext option from loglayer configuration

1.3.0

Minor Changes

  • #143 733ba8f Thanks @theogravity! - Move the plugin types to the shared package to support the new withFreshPlugins() method on ILogLayer, expose plugin-only types from shared package to plugin package.

1.2.1

Patch Changes

  • #140 d708ff7 Thanks @theogravity! - Fix metadataOnly typescript def. The second parameter should always be optional.

1.2.0

Minor Changes

1.1.0

Minor Changes

  • #129 d8054c8 Thanks @theogravity! - LogLayer now passes the loglayer instance as the last parameter to all plugin callbacks

1.0.5

Patch Changes

1.0.4

Patch Changes

1.0.3

Patch Changes

1.0.2

Patch Changes

1.0.1

Patch Changes

1.0.0

Major Changes