Skip to content

Unit Tests

Compare
Choose a tag to compare
@vknabel vknabel released this 23 Aug 20:02
· 30 commits to master since this release

0.7.0

Released: 23/08/2016

Breaking Changes:

  • ComposedInjector throws an aggregated InjectionError.keyNotFound(_) as expected - @vknabel
  • Removed enum case InjectionError.invalidInjection(key:injected:expected:) - @vknabel

API Additions:

  • Added convenience GlobalInjector.init() - @vknabel
  • Added Injector.revoking(for:) that takes a Provider - @vknabel
  • Added Injector.revoke(for:) that takes a Provider - @vknabel

Other Changes: