Releases: hadashiA/VContainer
Releases · hadashiA/VContainer
v1.5.3
Features
- Control the find scope of RegisterComponentInHierarchy #116
Fixes
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