Skip to content

3.0.0.160

Compare
Choose a tag to compare
@ENikS ENikS released this 20 Dec 14:33
b0834de

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 with INamedType. (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)