Skip to content

3.3.1

Compare
Choose a tag to compare
@scott-xu scott-xu released this 05 Oct 08:46
· 154 commits to master since this release

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 and GetValue methods of Target are obsolete.

Fixed

  • Cyclical dependency check throws false positive for decorator pattern #251