dryice 2.0.26 dryice: ^2.0.26 copied to clipboard
Lightweight dependency injection framework for Dart.
Change Log for dryice #
Lightweight dependency injection framework for Dart.
Unreleased #
Feature #
- DryIce is now by default Dart 2.x ready and uses reflectable 98c1ed2
Fixes #
- new bind overwrites the previus one (ModuleContainer) 357dcbd
Bugs #
- Remove weird recursive injectableDeclarations-Function 28a92b5
Docs #
Refactor #
- Removed annotations.dart and moved InjectAnnotation to dryice.dart 633fc45
Test #
- Removed all references to isInstanceOf, works with latest 'reflectable' version 1ee88c9
- Multi-Bind-Test added 03ec3fc
v2.0 - 2018-05-30 #
Feature #
- Dart 2.x ready 52cb383
Fixes #
- new bind overwrites the previus one (ModuleContainer) 6aedbe8
Bugs #
- Expected wrong return type for ClassMirror#newInstance a7e1476
Docs #
This CHANGELOG.md was generated with Changelog for Dart