Skip to content

Releases: ktutnik/my-own-ioc-container

v1.0.1

15 Jun 01:35
Compare
Choose a tag to compare

Bugfixes:

Copy/download this version and drop it into your code

  • Dependency graph analysis fail detecting circular dependency
  • Component model only analysed once, will not analyse on the next resolution phase.

v1.0.0

15 Jun 01:01
Compare
Choose a tag to compare

Intial release.

Copy/download this version and drop it into your code

Features supported in this version:

  • Lifestyle support: Singleton and Transient (Transient is default)
  • Constructor injection
  • Inject by type
  • Inject by name for interface injection
  • Inject instance
  • Inject instance with factory function
  • Inject Auto factory
  • Component creation hook
  • Dependency graph analysis for missing component
  • Dependency graph analysis for circular dependency