Skip to content

v2.1.0

Latest

Choose a tag to compare

@Zahgrom34 Zahgrom34 released this 13 Feb 11:26
· 25 commits to main since this release
bb18969

What's Changed

New Contributors

  • @psych0panda made their first contribution in #60
  • @Copilot made their first contribution in #69

Detailed Changelog

[2.1.0] - 2026-02-13

✨ Added

  • Feature: Added provideLifecycle utility function to handle lifecycle hooks for lazy services. This allows services that are not directly injected to still participate in application startup and shutdown events when provided via LIFECYCLE_TOKENS.
  • Documentation: Updated DI guide with section on Lazy Service Initialization & Lifecycle.

🔧 Fixed

  • Core: Ensure LIFECYCLE_TOKENS provider handles nested lists flattened automatically.