Releases: hadashiA/VContainer
Releases · hadashiA/VContainer
v1.16.5
What's Changed
- Allow scope naming on create by @Geminior in #712
- fix typo by @JellyHoney in #719
- Override references turned on by @hadashiA in #717
- Make Instantiate() revert dirty state of prefab by @yellowisher in #720
- Update register-monobehaviour.mdx by @dmtr-t in #706
- Fix null error in duplication registration by @hadashiA in #722
New Contributors
- @Geminior made their first contribution in #712
- @JellyHoney made their first contribution in #719
- @yellowisher made their first contribution in #720
- @dmtr-t made their first contribution in #706
Full Changelog: 1.16.4...1.16.5
v1.16.4
What's Changed
- Fix duplicate injection issue + introduce Editor tests by @in3orn in #691
- feature: Add protected FindParent method by @gtg092x in #692
- Update entrypoint.mdx by @Dmitrii-Sokolov in #699
- Fix a bug that collection resolving does not used exists instance in parent by @hadashiA in #698
- Fix Diagnostics window Type column overflow + InstanceTreeView exception by @dadahsueh in #701
- Add an overload method RegisterEntryPoint by @MatthieuG9 in #700
New Contributors
- @in3orn made their first contribution in #691
- @gtg092x made their first contribution in #692
- @Dmitrii-Sokolov made their first contribution in #699
- @dadahsueh made their first contribution in #701
- @MatthieuG9 made their first contribution in #700
Full Changelog: 1.6.2...1.16.4
v1.16.2
v1.16.1
v1.16.0
Breaking Changes
Update Source Generator
The default Source Generator target type has been optimised.
- Before
- All classes in the assembly that reference VContainer.asmdef.
- Excluding those with
[InjectIgnore]
.
- After
- Any class in the assembly that references VContainer.asmdef that meets one of the following conditions.
- Classes specified as type parameters for any of the
Register*
methods. - Classes that are explicitly marked with
[Inject]
.
- Classes specified as type parameters for any of the
- Excluding those with
[InjectIgnore]
.
- Any class in the assembly that references VContainer.asmdef that meets one of the following conditions.
In addition, the generated code is now in principle marked with [Preserve]
.
If the code is subject to code generation, it is no longer necessary to add [Inject]
to prevent IL2CPP code stripping.
Improvements and changes
- Fix CappedArrayPool some bug by @Ruoh3kou in #666
- Fix directory structures by @hadashiA in #670
- Make IAsyncStartable available on Unity 2021.3 using System.Threading.Tasks.Task by @left- in #679
- Fix compilation error with UniTask by @hadashiA in #680
- Fix for usage of ListBuffer to be properly released by @Raegan03 in #681
- Fix generator condition by @hadashiA in #682
- List pool usage extended to other valiable places by @Raegan03 in #683
- Fix compilation error for C# 7 by @hadashiA in #685
- Refine PlayerLoopRunner loop by @hadashiA in #675
New Contributors
Full Changelog: 1.15.4...1.16.0
v1.15.4
What's Changed
- Port: Added a TryResolve method to IObjectResolver #585 by @hadashiA in #656
- Fix diagnostics key by @hadashiA in #658
- Fix Diagnostic window. by @DenisPimenov in #655
- Added test and fix for when a game object throws during instantiation by @NordlightPer in #660
- Fix a bug that ScopedContainerBuilder.Exists to not search two levels above by @hadashiA in #663
New Contributors
- @NordlightPer made their first contribution in #660
Full Changelog: 1.15.3...1.15.4
v1.15.3
v1.15.2
What's Changed
- Added Unit Tests by @hadashiA in #641
- With parameter resolver by @hadashiA in #640
- Resolve time diagnostics by @AlonTalmi in #638
- Fix InjectIgnore not being ignored by @octo127 in #649
- Fix a bug that LifetimeScope configure twice at editor by @hadashiA in #650
New Contributors
Full Changelog: 1.15.1...1.15.2
v1.15.1
What's Changed
Full Changelog: 1.15.0...1.15.1
v1.15.0
What's Changed
- Add non-generic Register(Type, Type, Lifetime) by @hadashiA in #614
- [website] Update docusaurus 3.1 by @hadashiA in #616
- Make ITickable not stop even if an exception is thrown. by @hadashiA in #617
- Make suer RootLifetimeScope should be Instantiate instead of prefab by @hadashiA in #627
- Add using new faster unity find object method by @LovorDev in #629
- [CI] release action more automated by @hadashiA in #626
New Contributors
Full Changelog: 1.14.0...1.15.0