Skip to content

Changelog

1.2.0

Minor Changes

  • #418 8406eec Thanks @theogravity! - Minor version bump to release the updated ILogLayer / ILogBuilder type system across the ecosystem. The core type change in @loglayer/shared (chainable methods now return ILogLayer<This> so types no longer collapse to any — see #417) affects the types every package exposes and consumes, so all packages are re-released together at minor.

Patch Changes

  • Updated dependencies [8406eec, 8406eec]:
    • @loglayer/shared@4.4.0
    • @loglayer/plugin@3.3.0

1.1.0

Minor Changes

  • #405 bdec560 Thanks @theogravity! - Bump versions for packages depending on loglayer due to minor version update in loglayer and @loglayer/shared (types changed).

Patch Changes

  • Updated dependencies [bdec560, 9cf3b79]:
    • @loglayer/plugin@3.2.0
    • @loglayer/shared@4.3.0

1.0.1

Patch Changes

1.0.0

Major Changes

  • #400 f0dfe7d Thanks @theogravity! - Add the Sampling plugin (@loglayer/plugin-sampling) for randomly dropping log entries to control volume. Supports rate-based, per_level (unmapped → fallback to rate), and callback strategies. error/fatal default to 100% (can be overridden via perLevel or callback). Includes docs, 19 tests, and plugin-list sidebar.