Skip to content

Releases: mintware-de/catalyst

v3.0.0

10 Apr 10:29
2e32135
Compare
Choose a tag to compare

Null-Safety release

v2.0.1

27 Apr 08:06
d513809
Compare
Choose a tag to compare
Updated the SDK Version in pubspec.yaml

v2.0.0

31 Aug 05:36
f6871ca
Compare
Choose a tag to compare
  • SDK version constraint updated
  • Test version updated

1.1.0

24 Apr 21:08
d9a9527
Compare
Choose a tag to compare

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() and Service.targetMirror added

First Release

23 Apr 06:01
c057a67
Compare
Choose a tag to compare

Example code in /example added

Service auto wiring implemented

15 Apr 12:03
809d88e
Compare
Choose a tag to compare

By default auto wiring is enabled. You can disable it by setting Container.autoWire = false;

Initial Release

14 Apr 21:13
41a96b9
Compare
Choose a tag to compare
v0.0.1

Remove dartium env from .travis.yml