Skip to content

Releases: hadashiA/VContainer

v1.15.0

28 Feb 04:18
Compare
Choose a tag to compare

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

v1.14.0

10 Jan 11:46
d37fb21
Compare
Choose a tag to compare

What's Changed

Incremental Source Generator

Source Generator now using Roslyn 4.3.0.

  • If your UNity version si 2022.2 or newer, use VContainer.SourceGenerator.dll
  • If your Unity version is 2022.1 or older, use VContainer.SourceGenerator.2022-1-or-lower.dll

New Contributors

Full Changelog: 1.13.2...1.14.0

v1.13.2

08 May 03:23
af7bd4e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.13.1...1.13.2

v1.13.1

13 Mar 02:38
99c6e8c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.13.0...1.13.1

v1.13.0

22 Feb 08:59
c377737
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.12.0...1.13.0

v1.12.0

24 Nov 07:53
9fff851
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.11.1...1.12.0

v1.11.1

29 Jun 06:35
80086ee
Compare
Choose a tag to compare

Bug fixes

  • [ECS] Fix compilation errors caused by some removed api #391 @hadashiA
  • Make sure RootLifetimeScope is disposed even on the build #388 @hadashiA

Improvements

v1.11.0

07 May 20:14
Compare
Choose a tag to compare

Bug fixes

Improvements

Documentation

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