Skip to content

Latest commit

 

History

History
74 lines (47 loc) · 2.73 KB

CHANGELOG.md

File metadata and controls

74 lines (47 loc) · 2.73 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.

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