Skip to content

Latest commit

 

History

History
68 lines (41 loc) · 2.74 KB

CHANGELOG.md

File metadata and controls

68 lines (41 loc) · 2.74 KB

Change Log

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)

♻️ Refactoring

  • use optional chaining & nullish coalescing (c5a0a13)

5.1.32 (2024-08-20)

♻️ Refactoring

  • update internal close mode handling (33b1d16f34) (700e566)

5.1.0 (2024-02-28)

🚀 Features

  • update formatString() (1ad60cc)
    • add support for msg post-processing in formatString()
    • add/update docstrings

5.0.1 (2024-02-16)

🩹 Bug fixes

  • fix Logger.logEntry() & .childLogger() impls (3484617)

5.0.0 (2024-02-16)

🛑 Breaking changes

  • update Logger impl, remove obsolete types (36c8649)
  • BREAKING CHANGE: update Logger, remove obsolete types
    • Logger now a subclass of ALogger & implementing ISubscriber interface
      • instead of extending rstream StreamMerge, now exposes a Stream via .stream
      • adding child loggers now handled via ILogger.childLogger() or ILogger.addChild()
    • update tests

4.1.84 (2023-11-24)

🩹 Bug fixes

  • update Logger w/ API change (21fb1e6)

4.1.81 (2023-11-09)

♻️ Refactoring

  • update all tests (packages A-S) (e3085e4)

4.1.16 (2022-08-04)

♻️ Refactoring