3.3.1
3.3.1 is mainly focused on bug fix and ASP.NET Core DI friendly.
Added
- Support
kernel.Get<IEnumerable<IFoo>>()
#252
Changed
- Moved BindingPrecedenceComparer to Bindings folder.
Deprecated
- The
GetValues
andGetValue
methods ofTarget
are obsolete.
Fixed
- Cyclical dependency check throws false positive for decorator pattern #251