Releases: hadashiA/VContainer
Releases · hadashiA/VContainer
v1.8.5
Changes
- Change
IInitializable
timings to after container built #285 @hadashiA
Improvement
v1.8.3
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
Bug Fixes
- Fix a bug that prevented the selection of None for Parent Reference #243 @hadashiA
v1.8.1
Bug Fixes
- Fix a bug in which RegisterComponent method injection was called twice #232 @hadashiA
Features
Changes
Improvements
v1.8.0
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.1
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.6.2
Bug Fixes
- Fix circular references in assemblies that ran CodeGen #172 @hadashiA
- Fix an error where EntryPointDispatcher constructor is striped #173 @hadashiA