Releases: DevTeam/Pure.DI
Releases · DevTeam/Pure.DI
2.1.59
2.1.58
Changes:
- Added localization for Arabic, Hindi and Portuguese.
2.1.57
Changes:
- Added localization of compilation error messages and warnings to Chinese, Spanish, Japanese, French, Russian and German.
- Improved performance.
2.1.56
Changes:
- Support for wildcard filter for full name of Roots and Builders types
Bug fixes:
- Fix "An item with the same key has already been added" error in graph
2.1.55
Bug fixes:
- Should not add a builder or a root for base type when using the
Builders
andRoots
APIs
2.1.54
Changes:
Support for the new API: Roots & Builders. Please see these examples:
2.1.53
This release is made to support development on Unity.
Changes:
- Added page on how to use Pure.DI in Unity
- Added support for builders. For example:
- Added the attribute
Dependency
to define dependencies, see this example - Arguments of the composition roots are checked for null
2.1.52
Changes:
- Support for multiple hints
- Support for wildcard hints and performance improvements
See this example for details.
2.1.51
Changes:
- Increased code generation performance