- Last updated: 2023-03-14T13:27:19Z
- Generator: thi.ng/monopub
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.
1.4.0 (2022-10-04)
- add lazy arg evaluation (21ead9c)
- add internal expandArgs() helper to expand any fn message args
- update ConsoleLogger & MemoryLogger
1.3.0 (2022-09-21)
- update MemoryLogger (03616b5)
- add .clear() & .messages() methods
- update pkg meta
1.2.0 (2022-08-04)
- 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)
- 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)
- update imports in all pkgs (5fa2b6f)
- add .js suffix for all relative imports
0.1.0 (2021-10-12)
- extract as new pkg (e0399a8)
- migrate logging related types & classes from @thi.ng/api