Skip to content

Latest commit

 

History

History
88 lines (54 loc) · 3.34 KB

File metadata and controls

88 lines (54 loc) · 3.34 KB

Change Log

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)

♻️ Refactoring

  • update for-loops (use const where possible) (5ceaf1a)

3.1.47 (2025-02-21)

♻️ Refactoring

  • switch use of Promise to MaybePromise (59b3ae1)
    • update ILifeCycle and ComponentFactory to not require async
    • update tests

3.1.0 (2024-03-09)

🚀 Features

🧪 Tests

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)

🧪 Tests

  • update/refactor tests to use bun test runner (8f6edb1)
  • update/rename test files/imports (still many broken) (1cb3c49)

2.1.49 (2023-03-27)

🧪 Tests

  • update all tests (mainly imports) (63a85f9)