Skip to content

Rejecting Keys

Compare
Choose a tag to compare
@vknabel vknabel released this 10 Aug 07:29
· 63 commits to master since this release

Released: 10/08/2016

Breaking Changes:

  • Added Injector.revoking(key:) - @vknabel
  • Added MutableInjector.revoke(key:) - @vknabel

API Additions:

  • Injector.revoking(key:) will be implemented by InjectorDerivingFromMutableInjector - @vknabel
  • Added revoke{Left|Right|Both}(key:) and revoking{Left|Right|Both}(key:) to ComposedInjector - @vknabel

Other Changes:

  • Updated descriptions in README.md, EasyInject.podspec and Play.playground - @vknabel