Syrinj Versions Save

Simpler dependency injection for Unity3D

1.1.1

7 years ago
  • Fixed important bug with order of injection!
  • Changed [Instance] and [Singleton] namespace to Syrinj instead of Syrinj.Attributes

1.1.0

7 years ago

Latest release of Syrinj.

Now supports injection of non-MonoBehaviours! See the readme for usage.

Full changelog:

  • Adds support for injection of non-MonoBehaviours
  • [Instance] provider tag added to construct a new object at every injection site.
  • [Singleton] provider tag added to construct a single shared object for all injection sites
  • Provider<T> class added to help create injected objects on the fly
  • Fixed & added test cases

1.0.0

7 years ago

First release of Syrinj, ready for production!

Check out the repository for more info.