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
controllerinstance
1.1.0 #
- Added
tagto singleton
1.0.0 #
- Added
removemethod that allows to unregister dependencies - Added
clearmethod for removing all dependencies - Changed
DependencyInjectionErrorin order to throw with a detailed message of the error
0.0.7 #
- Renamed
registerSingletontosingleton - Renamed
registerFactorytofactory - 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
factoryandsingletonmethods. Now your declarations must be inside aModule. - Multiple modules are now supported.
- Added logging feature.
- Added
propertydeclaration. - Performance improved.
- Updated documentation.
- Updated
examples/folder.
0.0.3 #
- Removed createInstance method.
- New feature: module
factorywas renamed tofactoriin 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.