dependon 0.0.4 dependon: ^0.0.4 copied to clipboard
Simple and light-weight package for dependency injection management.
0.0.4 #
- Removed global
factory
andsingleton
methods. Now your declarations must be inside aModule
. - Multiple modules are now supported.
- Added logging feature.
- Added
property
declaration. - Performance improved.
- Updated documentation.
- Updated
examples/
folder.
0.0.3 #
- Removed createInstance method.
- New feature: module
factory
was renamed tofactori
in order to avoid conflicts with the Material's factory.- Added more code documentation.
- Sample updated.
0.0.2 #
- Removed dependency from collection's package.
- Sample updated.
0.0.1 #
Initial release.