Releases: hadashiA/VContainer
Releases · hadashiA/VContainer
v1.4.5
Bug Fixes
- Make VContainer.asmdef optional references use name (disable use GUID) #102 @hadashiA
- Fix RegisterComponent with built-in comonent types (not MonoBehaviour) #101 @hadashiA
v1.4.4
Changes
- Allow RegisterComponent to handle Component #97 @hadashiA
- Allow RegisterComponentInHierarchy take interface types #93 @hadashiA
v1.4.3
Bug Fixes
- Fix a bug where Singletons are duplicated if the child has the same interface #91 @hadashiA
v1.4.2
Breaking Changes
- Make sure Singleton Registration cannot duplicate Types #83 @hadashiA
Fixes
v1.4.1
Bug Fixes
- Fix a problem that VContainerSettings.RootLifetimeScope cannot serialize in Unity 2020.2 #80 @hadashiA
1.3.0
Features
- Support Container.Inject(), Container.InjectGameObject(), Container.Instantiate() #64 @hadashiA
- Add setting to execute auto Inject to MonoBehaviour #64 @hadashiA
Changes
- Rename LifetimeScope.Push to LifetimeScope.Enqueue #65 @hadashiA
- LifetimeScope.Push is obsolated.