Skip to content

Releases: hadashiA/VContainer

v1.15.3

31 Mar 03:30
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.15.2...1.15.3

v1.15.2

26 Mar 08:24
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.15.1...1.15.2

v1.15.1

28 Feb 06:40
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.15.0...1.15.1

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