dependon 1.2.0 dependon: ^1.2.0 copied to clipboard
Simple, light-weight and extremely legible package for dependency injection management.
1.2.0 #
- Created
controller
instance
1.1.0 #
- Added
tag
to singleton
1.0.0 #
- Added
remove
method that allows to unregister dependencies - Added
clear
method for removing all dependencies - Changed
DependencyInjectionError
in order to throw with a detailed message of the error
0.0.7 #
- Renamed
registerSingleton
tosingleton
- Renamed
registerFactory
tofactory
- Added logging support (
enableLogging
)
(internal)
- New folders structure
- We still testing this lib in production apps in order to release an stable version
0.0.6 #
- Refactored all the Dependon library;
- Removed module's support;
- Removed property registration (use singleton instead);
- Simplified library
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.