Releases: mintware-de/catalyst
Releases · mintware-de/catalyst
v3.0.0
v2.0.1
v2.0.0
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
First Release
Example code in /example added
Service auto wiring implemented
By default auto wiring is enabled. You can disable it by setting Container.autoWire = false;
Initial Release
v0.0.1 Remove dartium env from .travis.yml