- Last updated: 2025-01-29T16:25:48Z
- Generator: thi.ng/monopub
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.
3.1.0 (2024-03-09)
- add start/stop logging (97af706)
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)
2.1.34 (2022-12-06)
- extract SystemSpec interface (7c12bd4)
2.1.9 (2022-06-09)
- various (minor) TS4.7 related updates/fixes (9d9ecae)