Skip to content

Releases: hadashiA/VContainer

v1.10.0

13 Jan 10:05
7746d05
Compare
Choose a tag to compare

Fixes

Improvements

v1.9.0

12 Oct 04:06
f68ce46
Compare
Choose a tag to compare

Features

Fixes

  • Fixed circular dependency checker when using interface #311 @hadashiA
  • Fix Scope Parent searching when the parent is marked as DontDestroyOnLoad #299 @revolt3r

Improving Documentation

v1.8.6

06 Aug 15:24
Compare
Choose a tag to compare

Bug Fixes

  • Fix to dispatch entrypoint lifecycle for RootLifetimeScope #289 @hadashiA

Improvements

  • Add documentationUrl and licenceUrl to package.json #290 @shiena

v1.8.5

06 Aug 03:22
55d2d64
Compare
Choose a tag to compare

Changes

  • Change IInitializable timings to after container built #285 @hadashiA

Improvement

v1.8.4

19 Jun 09:06
797b791
Compare
Choose a tag to compare

Improvements

v1.8.3

07 Jun 09:13
d17421b
Compare
Choose a tag to compare

Bug Fixes

  • Fix an a problem where grandchild scope cloud not be constructed on the same scene #251 #255 #259 @hadashiA
  • [codegen] Make sure to skip the failure to get the Runtime Type #256 @hadashiA

Breaking Changes

v1.8.2

21 May 02:37
2a7f546
Compare
Choose a tag to compare

Bug Fixes

  • Fix a bug that prevented the selection of None for Parent Reference #243 @hadashiA

v1.8.1

19 May 04:51
a15eb83
Compare
Choose a tag to compare

Bug Fixes

  • Fix a bug in which RegisterComponent method injection was called twice #232 @hadashiA

Features

Changes

Improvements

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