Skip to content

v1.8.0

Compare
Choose a tag to compare
@hadashiA hadashiA released this 05 May 02:49
· 544 commits to master since this release
7f61287

Features

  • Add Register<T>(Func<IObjectResolver, T>, Lifetime) style api #206 @hadashiA

Breaking Chanegs

  • Make sure that RegisterInstance is not managed by the container #213 @hadashiA

Fixes

  • Fix RegisterComponent for inactive hierarchy #211 @hadashiA
  • Fix a bug that UseEntryPoints() does not register the dispatcher #209 @hadashiA

Improvements