Changelog
1.2.0
Minor Changes
- #418
8406eecThanks @theogravity! - Minor version bump to release the updatedILogLayer/ILogBuildertype system across the ecosystem. The core type change in@loglayer/shared(chainable methods now returnILogLayer<This>so types no longer collapse toany— see #417) affects the types every package exposes and consumes, so all packages are re-released together at minor.
Patch Changes
1.1.0
Minor Changes
- #405
bdec560Thanks @theogravity! - Bump versions for packages depending on loglayer due to minor version update in loglayer and @loglayer/shared (types changed).
Patch Changes
1.0.1
Patch Changes
- #401
c72f5b4Thanks @theogravity! - Update documentation
1.0.0
Major Changes
- #400
f0dfe7dThanks @theogravity! - Add the Sampling plugin (@loglayer/plugin-sampling) for randomly dropping log entries to control volume. Supportsrate-based,per_level(unmapped → fallback torate), and callback strategies.error/fataldefault to 100% (can be overridden viaperLevelor callback). Includes docs, 19 tests, and plugin-list sidebar.
