5.5.0.394
This release has a lot of modifications and breaking changes. The changes are required to enable new features and optimizations.
Unity.Abstractions v3.0.0 has been released
Breaking changes
-
#6
IUnityContainer.IsRegistered. Finally added built-in, 'fast' mechanism to check if type is registeredbool IsRegistered(...);(High impact) -
#22 Replaced all references to
NamedTypeBuildKeywithINamedType. (Low impact) -
#23 Renamed IDependencyResolverPolicy into IResolverPolicy (Affects resolution of overridden dependencies)
-
#27 Merged FactoryDelegateBuildPlanPolicy with InjectionConstructor (Low impact)
-
#30 Added Parent reference to IBuilderContext (New feature)
-
#31 Added return type and extra argument to PreBuildUp and PostBuildUp (High impact for custom strategy implementations)