Releases: dadhi/DryIoc
Releases · dadhi/DryIoc
v5.2.1 Bug-fix release
v5.2.1 Bug-fix release
-fixed: #516 Singleton Decorator to Scoped base shouldn't work, but does
v5.2.0 Small feature and bug-fix release
v5.2.0 Small feature and bug-fix release
Features
- Adding
WithConcreteTypeDynamicRegistrations
overload withIfUnresolved ifConcreteTypeIsUnresolved
parameter
to control exception information, and rule fallback behavior (#506) - Small speed-ups
Fixes
- #507 Transient resolve with opening scope using factory func in singleton
## v5.1.0 Small feature and bug-fix release
v5.0.2 Bug-fix release
v5.0.2 Bug-fix release
v5.0.1 Bug-fix release
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
v4.8.8 Bug-fix release
v4.8.8 Bug-fix release
- fixed: #460 Getting instance from parent scope even if replaced by Use
v4.8.7 Bug-fix release
v4.8.6 Bug-fix release
v4.8.6 Bug-fix release
- fixed: #446 Resolving a record without registration causes a StackOverflowException
v4.8.5 NY bug-fix
fix for the RegisterInstance of the null instance