arbor 0.2.0 arbor: ^0.2.0 copied to clipboard
Modular and compile-time safe DI for Dart without fragility and magic.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[0.2.0] – 2023-02-03 #
Added #
- Modules can now override their parents' dependencies of exact types
Changed #
- [BREAKING] Observers are declared as getters and not passed to the super constructor
Lifecycle.init()
is not@internal
anymoreHasParent.parent
is not@internal
anymore
Fixed #
- Documentation link to
example
project