VContainer Versions Save

The extra fast, minimum code size, GC-free DI (Dependency Injection) library running on Unity Game Engine.

1.16.1

1 week ago

What's Changed

New Contributors

Full Changelog: https://github.com/hadashiA/VContainer/compare/1.16.0...1.16.1

1.16.0

1 week ago

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] .
    • Excluding those with [InjectIgnore].

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

New Contributors

Full Changelog: https://github.com/hadashiA/VContainer/compare/1.15.4...1.16.0

1.15.4

2 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/hadashiA/VContainer/compare/1.15.3...1.15.4

1.15.3

3 months ago

1.15.2

3 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/hadashiA/VContainer/compare/1.15.1...1.15.2

1.15.1

4 months ago

What's Changed

Full Changelog: https://github.com/hadashiA/VContainer/compare/1.15.0...1.15.1

1.15.0

4 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/hadashiA/VContainer/compare/1.14.0...1.15.0

1.14.0

5 months ago

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: https://github.com/hadashiA/VContainer/compare/1.13.2...1.14.0

1.13.2

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/hadashiA/VContainer/compare/1.13.1...1.13.2

1.13.1

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/hadashiA/VContainer/compare/1.13.0...1.13.1