Skip to content

Releases: RimuruDev/IndieInject

v1.1.5

05 Jul 21:29
Compare
Choose a tag to compare

v1.1.2

04 Jul 07:25
d2bc12b
Compare
Choose a tag to compare

What's Changed

  • SceneContainer fixes and project structure rework by @YUJECK in #2

Full Changelog: v1.1.0...v1.1.2

v1.1.0

02 Jul 16:58
7d8b860
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @YUJECK made their first contribution in #1

  • Added Core Container and Scene Container for dependencies
  • Registration and storage logic were reworked
  • Now IDependenciesProvider provides Factories insted of just instance
  • Added Singlton and Transient types of dependency
  • Added InjectRegion attribute

Full Changelog: v1.0.0...v1.1.0

The basic functionality of dependency injection into a constructor/method, field, property, as well as implementation when Instantiating objects has been implemented.

26 May 20:34
Compare
Choose a tag to compare

The basic functionality of dependency injection into a constructor/method, field, property, as well as implementation when Instantiating objects has been implemented.

Full Changelog: https://github.com/RimuruDev/IndieInject/commits/v1.0.0