Releases: hadashiA/VContainer
Releases · hadashiA/VContainer
v0.9.0
Features
Breaking Changes
- Move RootLieftimeScope settings to VContainerSettings #25 (@hadashiA)
v0.2.2
Bug Fix
- Fix CS0121 on calling LifeTimeScope.CreateChild() / LifeTimeScope.CreateChildFromPrefab(prefab) #23 (@piti6)
v0.2.0
Changes
- Support Injection of ComponentSystemBase (ECS) #18 @hadashiA
v0.1.1
Breaking Changes
- Obsolete MonoInstaller/ScriptableObjectInstaller and instead inherit LifetimeScope #15 @hadashiA
- Deleted MenuItems which creates GameObject of LifetimeScope base class.
v0.0.2
Changes
- Add register aliases :
RegisterEntryPoint
, RegisterComponent
@hadashiA #6
- Injection to MonoBehaviour instance works automatically.
Bug Fixes
- fix null reference when autostart is false without building container @fumobox #3
v0.0.1
Merge branch 'master' of github.com:hadashiA/VContainer