Skip to content

v5.0.0 Major feature release with the breaking changes

Compare
Choose a tag to compare
@dadhi dadhi released this 11 Apr 21:57
· 810 commits to master since this release

Main achievements:

  • Performance speed-up and the less memory allocations (check README for the benchmarks)
  • More consistent and full API (highlight is on the RegisterDelegate overloads)

Main breaking changes:

  • Removing PCL and .NET 3.5, .NET 4.0 and .NET Standard 1.0 - 1.3 targets
  • Moving ImTools and FastExpressionCompiler sources to the DryIoc.ImTools and DryIoc.FastExpressionCompiler namespaces
  • Removing UseInstance in favour of Use and RegisterInstance methods

Main "until the next version":

  • Improving compile-time capabilities from the current T4 bound solution

The list of closed issues:
https://github.com/dadhi/DryIoc/milestone/13?closed=1