Skip to content

Auto-wiring, Resolvable & DependencyTagConvertible

Compare
Choose a tag to compare
@ilyapuchka ilyapuchka released this 19 Mar 16:55
· 310 commits to develop since this release

New features

  • Added DependencyTagConvertible protocol for better typed tags.
    #50, @gavrix
  • Auto-wiring. DependencyContainer resolves constructor arguments automatically.
    #55, @ilyapuchka
  • Added Resolvable protocol to get a callback when dependencies graph is complete.
    #57, @ilyapuchka
  • Removed DipError.ResolutionFailed error for better consistency.
    #58, @ilyapuchka