Skip to content

Latest commit

 

History

History
71 lines (44 loc) · 2.5 KB

CHANGELOG.md

File metadata and controls

71 lines (44 loc) · 2.5 KB

Change Log

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)

🚀 Features

3.0.3 (2024-02-16)

♻️ Refactoring

3.0.0 (2024-02-01)

🛑 Breaking changes

  • 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)

🚀 Features

  • update ILifecycle, add system arg (89d341a)
    • add/update tests

2.2.0 (2024-01-30)

🚀 Features

  • 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)

♻️ Refactoring

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

2.1.34 (2022-12-06)

♻️ Refactoring

  • extract SystemSpec interface (7c12bd4)

2.1.9 (2022-06-09)

♻️ Refactoring

  • various (minor) TS4.7 related updates/fixes (9d9ecae)