injectorio 1.0.5
injectorio: ^1.0.5 copied to clipboard
Inject your dependencies easily and quickly. Register in one place and use `get()` everywhere to retrieve your instances and Keeper will take car of the rest.
1.0.5 16/09/2019 #
- Updated SDK version to 2.2.2
1.0.4 16/09/2019 #
- Fixed logging issue: disabled logging in production mode
1.0.3 20/09/2019 #
- Removed the required instance definition for factory instances inside a Module
1.0.2 29/08/2019 #
- Added logs for debugging purposes and replaced print messages
1.0.1 20/05/2019 #
- code formatted
1.0.0 19/05/2019 #
- Stable version
0.1.0 19/05/2019 #
- Docs updated
0.0.5 15/05/2019 #
- Breaking change on the library design
0.0.4 12/05/2019 #
- Added Module support
0.0.3 12/05/2019 #
- Improved instance query
0.0.2 10/05/2019 #
- Added single instances support
0.0.1 10/05/2019 #
- First version.