Skip to content

Tags: gabrielaraujoz/injectable

Tags

v1.0.0

Toggle v1.0.0's commit message
Fix stack overflow issue Milad-Akarie#78

v0.4.0

Toggle v0.4.0's commit message
wip refactoring some old code

fix importing issue for bin/test folders
support injectables in register module custom initializr

v0.3.4

Toggle v0.3.4's commit message
fix parameterized dependencies aren't resolved properly

minor fixes

v0.3.2

Toggle v0.3.2's commit message
fix registered abstract dependencies are reported missing.

fix registering third party types as singleton throws an error.

v0.3.1

Toggle v0.3.1's commit message
fix resolve by instanceName is using positional var instead of named

fix part files are imported as stand alone
change flutter example project to pure-dart project

v0.3.0

Toggle v0.3.0's commit message
wip add support for get_it v4.0.0

v0.2.3

Toggle v0.2.3's commit message
improve support for custom initializers

fix src import issue

v0.2.2

Toggle v0.2.2's commit message
- remove flutter dependency

- add support for custom initializers in register Modules
- minor fixes

v0.2.1

Toggle v0.2.1's commit message
- fix type in @Environment annotation

- ignore abstract classes in auto mode.

v0.2.0

Toggle v0.2.0's commit message
Merge pull request Milad-Akarie#6 from Milad-Akarie/dev


- You now need to pass in your getIt instance to @initGetIt() func
- Rename @Bind to @RegisterAs to avoid confusion because,
  now we're annotating the implementation not the abstract.
- Add @factorymethod annotation to mark named factories and static create methods.
- Add @registerModule annotation to support registering third party types.
- Fix eager singletons are registered before their dependencies.