Skip to content

Releases: hadashiA/VContainer

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

v1.4.2

09 Jan 03:14
7c62c67
Compare
Choose a tag to compare

Breaking Changes

  • Make sure Singleton Registration cannot duplicate Types #83 @hadashiA

Fixes

  • ParentReferenceが毎フレームシリアライズされることによるエディタパフォーマンスの低下を解決 #85 @c3-hoge-fuga-piyo
  • SerializeReference属性はUnityEngine.Object派生のフィールドを現状サポートしていません #84 @c3-hoge-fuga-piyo

v1.4.1

19 Dec 04:05
f34f008
Compare
Choose a tag to compare

Bug Fixes

  • Fix a problem that VContainerSettings.RootLifetimeScope cannot serialize in Unity 2020.2 #80 @hadashiA

v1.4.0

13 Dec 13:29
79de165
Compare
Choose a tag to compare

Features

Bug Fixes