Releases: gustavopsantos/Reflex
Releases · gustavopsantos/Reflex
2.0.2
- Fixes scene context container disposal
2.0.1
- Removes Generics.Stack TryPop usage from .NET 2.1 (Available only at unity 2021+)
2.0.0
- Add public feature Scene Context
- Add internal feature Stackable Containers
1.2.0
Adds Container Injected Instantiation methods for UnityEngine.MonoBehaviour and UnityEngine.Component
1.1.1
Fixes project context container not being cleared on game initialization. It was causing issues when running editor without domain reload.
1.1.0
Adds IDisposable functionality to Container and to any instances that was provided by the container.
ProjectContext are disposed just before any MonoBehaviour OnDestroy
1.0.3
Adds lazy and non lazy singleton life time definition
1.0.2
IL2CPP object construction improvements
1.0.1
Minor performance improvements
1.0.0
Update README.md