- Last updated: 2025-01-23T13:39:11Z
- Generator: thi.ng/monopub
All notable changes to this project will be documented in this file. Only versions published since 2022-01-01 are listed here. Please consult the Git history for older version information. See Conventional Commits for commit guidelines.
Note: Unlisted patch versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies.
5.1.50 (2025-01-14)
- use optional chaining & nullish coalescing (c5a0a13)
5.1.32 (2024-08-20)
- update internal close mode handling (33b1d16f34) (700e566)
5.1.0 (2024-02-28)
- update formatString() (1ad60cc)
- add support for msg post-processing in formatString()
- add/update docstrings
5.0.1 (2024-02-16)
- fix Logger.logEntry() & .childLogger() impls (3484617)
5.0.0 (2024-02-16)
- update Logger impl, remove obsolete types (36c8649)
- BREAKING CHANGE: update Logger, remove obsolete types
- Logger now a subclass of
ALogger
& implementingISubscriber
interface- instead of extending rstream
StreamMerge
, now exposes aStream
via.stream
- adding child loggers now handled via
ILogger.childLogger()
orILogger.addChild()
- instead of extending rstream
- update tests
- Logger now a subclass of
4.1.84 (2023-11-24)
- update Logger w/ API change (21fb1e6)
4.1.81 (2023-11-09)
- update all tests (packages A-S) (e3085e4)
4.1.16 (2022-08-04)
- deprecate LogEntry (ef46381)
- use migrated type from @thi.ng/logger pkg