catalyst 1.1.0 catalyst: ^1.1.0 copied to clipboard
The only dependency injection container for Dart you'll ever need
1.1.0 #
Code refactored
Container.get()
method splitted into multiple methods_loadAndRetrieveService()
loads the service and stores it in the_loadedServices
property_injectServicesAndParameters()
fetches the@foobar
services and%foo_bar%
parameters and inject them_doAutoWire()
auto wires the injections
Service.getMetadata()
andService.targetMirror
added
1.0.0 #
- First Release
- Example code in /example added
0.0.2 #
- Auto wiring implemented (See "Service auto wiring" in the README)
0.0.1 #
- Initial release