Skip to content

Latest commit

 

History

History
95 lines (62 loc) · 3.44 KB

CHANGELOG.md

File metadata and controls

95 lines (62 loc) · 3.44 KB

Change Log

All notable changes to this project will be documented in this file. 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.

3.0.0 (2024-02-16)

🛑 Breaking changes

  • update/extend ILogger interface (887e839)
  • BREAKING CHANGE: update/extend ILogger interface to support hierarchies of loggers
    • update ALogger impl, update ctor
    • update ConsoleLogger, MemoryLogger, StreamLogger classes
    • update NULL_LOGGER
    • add ROOT logger and ProxyLogger class
    • add/update docs
    • update tests
    • update pkg exports

2.1.0 (2023-12-18)

🚀 Features

  • add StreamLogger (for Node/Bun) (d4c8fe2)

2.0.0 (2023-11-24)

🛑 Breaking changes

  • add ILogger.enabled() predicate, update impls (d768486)
  • BREAKING CHANGE: add ILogger.enabled() predicate

1.4.23 (2023-11-09)

♻️ Refactoring

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

1.4.0 (2022-10-04)

🚀 Features

  • add lazy arg evaluation (21ead9c)
    • add internal expandArgs() helper to expand any fn message args
    • update ConsoleLogger & MemoryLogger

1.3.0 (2022-09-21)

🚀 Features

  • update MemoryLogger (03616b5)
    • add .clear() & .messages() methods
    • update pkg meta

1.2.0 (2022-08-04)

🚀 Features

  • add MemoryLogger, ALogger (b2cd409)
    • extract abstract ALogger
    • add MemoryLogger
    • refactor ConsoleLogger
    • add LogEntry tuple type (migrated from @thi.ng/rstream-log)
    • add tests

1.1.0 (2021-11-17)

🚀 Features

  • Using workspaces for local tools (bf7a404) Improving the overall build ergonomics
    • introduced a tools workspaces
    • imported it in all needed packages/examples
    • inclusive project root

1.0.1 (2021-10-13)

♻️ Refactoring

  • update imports in all pkgs (5fa2b6f)
    • add .js suffix for all relative imports

0.1.0 (2021-10-12)

🚀 Features