Changelog for micro.di¶
0.1.7 (unreleased)¶
- Nothing changed yet.
0.1.6 (2016-01-05)¶
- Support injecting classes which are not Componenents.
- Deprecate di.Components. Any class which has a start() method or coroutine will have it called on init_components().
- Better error reporting.
0.1.5 (2015-09-13)¶
- Allow providing None as dependency provider
0.1.4 (2015-07-06)¶
- Added methods for provider replacement for atomic container (w/o context and auto-rollback) and deleting providers
0.1.3 (2015-07-06)¶
- Fixed bug that hampered binding dependencies to the children of the @has_deps decorated class
0.1.2 (2015-07-06)¶
- Added an ability to provide different providers for the coroutine by the context manager entering