Releases: mattvr/syrinj
Releases · mattvr/syrinj
1.1.1
1.1.0
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 sitesProvider<T>
class added to help create injected objects on the fly- Fixed & added test cases
Syrinj
First release of Syrinj, ready for production!
Check out the repository for more info.