Skip to content

Releases: hadashiA/VContainer

v0.9.0

26 Jul 10:51
095bf34
Compare
Choose a tag to compare

Features

Breaking Changes

  • Move RootLieftimeScope settings to VContainerSettings #25 (@hadashiA)

v0.2.2

26 Jul 09:56
Compare
Choose a tag to compare

Bug Fix

  • Fix CS0121 on calling LifeTimeScope.CreateChild() / LifeTimeScope.CreateChildFromPrefab(prefab) #23 (@piti6)

v0.2.1

22 Jul 13:56
eb73b06
Compare
Choose a tag to compare

Changes

v0.2.0

20 Jul 18:05
8985ddd
Compare
Choose a tag to compare

Changes

  • Support Injection of ComponentSystemBase (ECS) #18 @hadashiA

v0.1.1

13 Jul 02:03
Compare
Choose a tag to compare

Breaking Changes

  • Obsolete MonoInstaller/ScriptableObjectInstaller and instead inherit LifetimeScope #15 @hadashiA
  • Deleted MenuItems which creates GameObject of LifetimeScope base class.

v0.0.3

08 Jul 14:47
d75833e
Compare
Choose a tag to compare

v0.0.2

04 Jul 07:46
7117c61
Compare
Choose a tag to compare

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

02 Jul 06:44
Compare
Choose a tag to compare
Merge branch 'master' of github.com:hadashiA/VContainer