darin 0.1.0
darin: ^0.1.0 copied to clipboard
Dependency Injection oversimplified. Inspired by Koin, with focus on scopes.
0.1.0 #
- Added
debugon scopes to print all providers and parent scopes until top
BREAKING CHANGES:
- Renamed all module terminology to scope to eliminate confusion
0.0.3 #
Added support for injecting providers of scopes too.
0.0.2 #
Added support for provider injection (lazy dependencies).
0.0.1 #
Initial release with support for:
- Resolution based on providers
- Scopes
- Qualifiers
- Multibindings (set, map)
- Module concatenation
- Overriding providers on modules