Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 1.31 KB

CHANGELOG.md

File metadata and controls

51 lines (32 loc) · 1.31 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[3.3.3] - 2020-08-30

Fixed

  • Handle generic Lazy parameters correctly in LazyConstructorScorer #42

[3.3.2] - 2017-10-22

Changed

  • Updated Ninject dependency.

[3.3.1] - 2017-10-22

Added

  • CLS Compliant

Fixed

  • Ninject.Extensions.Factory.FuncTests.LazyInjection fails at .NET Core 2.0 #38

[3.3.0] - 2017-10-05

Added

  • Support .NET Standard 2.0
  • Added decorator support #33

Removed

  • .NET 3.5, .NET 4.0 and Silverlight

[3.2.0]

Added

  • Implementation (TypeMatchingArgumentInheritanceInstanceProvider) of IInstanceProvider creating inherited constructor arguments matching by type

Fixed

  • Fixed internal Memory leak
  • Fallback now supports multiple bindings

[3.0.1]

Added

  • Binding syntax extension method (NamedLikeFactoryMethod) for defining a named binding corresponding with a GetXYZ factory method

[3.0.0.0]

Initial version