- Last updated: 2026-04-18T11:32:55Z
- Generator: thi.ng/monopub
All notable changes to this project will be documented in this file. Only versions published since 2023-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.
3.1.86 (2025-12-03)
- update for-loops (use const where possible) (5ceaf1a)
3.1.47 (2025-02-21)
- switch use of
PromisetoMaybePromise(59b3ae1)- update
ILifeCycleandComponentFactoryto not require async - update tests
- update
3.1.0 (2024-03-09)
- add start/stop logging (97af706)
- add tests (5313460)
3.0.3 (2024-02-16)
- update LOGGER handling (a11f2a8)
3.0.0 (2024-02-01)
- Async component factories (998409d)
- BREAKING CHANGE: Component factory functions are async now
- add async System.init()
- update System ctor
- add/update docs
- update tests
2.3.0 (2024-01-31)
- update ILifecycle, add system arg (89d341a)
- add/update tests
2.2.0 (2024-01-30)
- update start/stop logic (71f2dc5)
- update System.start() to stop already started components if current component startup failed
- update System.stop() to only return true if all components did shutdown
- update docs
- add tests
2.1.80 (2023-11-09)
- update all tests (packages A-S) (e3085e4)
- update/refactor tests to use bun test runner (8f6edb1)
- update/rename test files/imports (still many broken) (1cb3c49)
2.1.49 (2023-03-27)
- update all tests (mainly imports) (63a85f9)