Skip to content

Releases: hadashiA/VContainer

v1.5.6

14 Feb 21:46
7d84fa1
Compare
Choose a tag to compare

Fixes

  • Fix a bug that RootLIfetimeScope missing when Domain reloading is disabled #129 @hadashiA

v1.5.5

14 Feb 20:48
0206ca2
Compare
Choose a tag to compare

Fixes

v1.5.4

13 Feb 01:06
f1c8adb
Compare
Choose a tag to compare

Fixes

v1.5.3

10 Feb 10:41
7e7f229
Compare
Choose a tag to compare

Features

  • Control the find scope of RegisterComponentInHierarchy #116

Fixes

v1.5.2

05 Feb 08:04
ad9737d
Compare
Choose a tag to compare

Fixes

v1.5.1

04 Feb 08:25
Compare
Choose a tag to compare

Changes

v1.5.0

31 Jan 09:03
9b82221
Compare
Choose a tag to compare

Features

v1.4.5

30 Jan 14:43
5fa55d9
Compare
Choose a tag to compare

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

29 Jan 14:11
b46e39f
Compare
Choose a tag to compare

Changes

  • Allow RegisterComponent to handle Component #97 @hadashiA
  • Allow RegisterComponentInHierarchy take interface types #93 @hadashiA

v1.4.3

15 Jan 18:52
e31e40d
Compare
Choose a tag to compare

Bug Fixes

  • Fix a bug where Singletons are duplicated if the child has the same interface #91 @hadashiA