widject_container 0.1.9
widject_container: ^0.1.9 copied to clipboard
Dependency Injection Container to structure your application in loosely coupled components. Inspired by VContainer.
Change Log #
0.1.7 - 2023-03-18 #
Initialization state.
Changed #
- Provide ReadonlyInitializationState to notify about initialization state changes.
- Add separate initialization method in Scope.
0.1.6 - 2023-03-10 #
Bug Fix #
- Fix singleton resolution when same concrete type is registered in parent as singleton.
- Fix initialization related to singleton resolved in parent scope.
0.1.4 - 2023-03-08 #
0.1.2 - 2023-03-05 #
Bug Fix #
- Return iterable of required type even when only a single type has been registered.
0.1.1 - 2023-03-04 #
0.1.0 - 2023-02-26 #
Main release with core functionalities.