Skip to content

Releases: hadashiA/VContainer

v1.8.0

05 May 02:49
7f61287
Compare
Choose a tag to compare

Features

  • Add Register<T>(Func<IObjectResolver, T>, Lifetime) style api #206 @hadashiA

Breaking Chanegs

  • Make sure that RegisterInstance is not managed by the container #213 @hadashiA

Fixes

  • Fix RegisterComponent for inactive hierarchy #211 @hadashiA
  • Fix a bug that UseEntryPoints() does not register the dispatcher #209 @hadashiA

Improvements

v1.7.2

23 Apr 06:08
04c22dc
Compare
Choose a tag to compare

Changes

Fixes

v1.7.1

18 Apr 14:47
00e2a69
Compare
Choose a tag to compare

Breaking Changes

  • Change the lifetime of RegisterInstance to Singleton. #171 @hadashiA

Fixes

  • Allow to register enum #180 @hadashiA
  • Fix a bug that singleton registered with only interface cant resolve from child #181 @hadashiA was merged 33 seconds ago

v1.7.0

06 Apr 06:35
e9dcf4d
Compare
Choose a tag to compare

Changes

v1.6.2

05 Apr 05:40
1f85574
Compare
Choose a tag to compare

Bug Fixes

  • Fix circular references in assemblies that ran CodeGen #172 @hadashiA
  • Fix an error where EntryPointDispatcher constructor is striped #173 @hadashiA

v1.6.1

29 Mar 01:26
68adb76
Compare
Choose a tag to compare

Bug Fixes

v1.6.0

16 Mar 07:57
e17b3fb
Compare
Choose a tag to compare

Breaking Changes

v1.5.11

16 Mar 02:30
3edbe2b
Compare
Choose a tag to compare

Bug Fixes

  • Fix priority of constructor with inject attribute #159 @hadashiA

v1.5.10

26 Feb 00:43
1fc3e76
Compare
Choose a tag to compare

Fixes

v1.5.9

23 Feb 11:44
fec7f47
Compare
Choose a tag to compare

Fixes