3.0.0.160
This Release
This release has a lot of modifications and breaking changes. The changes are required to enable new features and optimizations.
Breaking changes
-
#6 Finally added built-in, 'fast' mechanism to check if type is registered
bool IsRegistered(...);
(High impact) -
#22 Replaced all references to
NamedTypeBuildKey
withINamedType
. (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 strategy implementations)