Skip to content

ManualDi Unity3d v2.4.1

Choose a tag to compare

@github-actions github-actions released this 19 Nov 00:06

feat: Bump version to 2.4.1

feat: add Unbind support to DiContainerBindings
This enables removing existing bindings from the container configuration.
This is particularly useful for integration testing, allowing test harnesses
to load the full production object graph and selectively remove specific
dependencies to replace them with mocks or stubs.

feat: Update README.md