Skip to content

Releases: mattvr/syrinj

1.1.1

01 Aug 04:31
Compare
Choose a tag to compare
  • Fixed important bug with order of injection!
  • Changed [Instance] and [Singleton] namespace to Syrinj instead of Syrinj.Attributes

1.1.0

14 Jul 21:58
Compare
Choose a tag to compare

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

Syrinj

06 Jul 16:01
Compare
Choose a tag to compare

First release of Syrinj, ready for production!

Check out the repository for more info.