v5.0.0 Major feature release with the breaking changes
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
andDryIoc.FastExpressionCompiler
namespaces - Removing
UseInstance
in favour ofUse
andRegisterInstance
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