Skip to content

1.0.0

Latest

Choose a tag to compare

@vnixx vnixx released this 12 Sep 08:55

Injector 1.0.0

Initial public release of Injector, a lightweight Swift dependency injection framework.

Highlights:

  • Key-path based dependencies with Dependency<Service>.
  • @BindService macro backed by Rhea registration.
  • @Injected property wrapper and Injector.current.
  • Scoped sync/async withOverrides for tests.
  • .new and .singleton scopes.
  • iOS 13 and macOS 13 support.