Skip to content

Releases: gustavopsantos/Reflex

2.0.2

10 Sep 01:39
Compare
Choose a tag to compare
  • Fixes scene context container disposal

2.0.1

06 Sep 11:39
Compare
Choose a tag to compare
  • Removes Generics.Stack TryPop usage from .NET 2.1 (Available only at unity 2021+)

2.0.0

29 Aug 19:15
Compare
Choose a tag to compare
  • Add public feature Scene Context
  • Add internal feature Stackable Containers

1.2.0

09 Mar 20:01
7655fef
Compare
Choose a tag to compare

Adds Container Injected Instantiation methods for UnityEngine.MonoBehaviour and UnityEngine.Component

1.1.1

01 Mar 15:44
Compare
Choose a tag to compare

Fixes project context container not being cleared on game initialization. It was causing issues when running editor without domain reload.

1.1.0

03 Feb 17:07
Compare
Choose a tag to compare

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

02 Sep 22:10
d426004
Compare
Choose a tag to compare

Adds lazy and non lazy singleton life time definition

1.0.2

01 Sep 19:13
Compare
Choose a tag to compare

IL2CPP object construction improvements

1.0.1

24 Aug 19:32
477296e
Compare
Choose a tag to compare

Minor performance improvements

1.0.0

08 Aug 21:00
f9fb371
Compare
Choose a tag to compare
Update README.md