Skip to content

Releases: TazkiyaTech/ServiceLocator

3.0.0

12 Dec 09:41

Choose a tag to compare

  • Upgraded the package to Swift 6.
  • Raised the minimum supported platform versions.
  • Changed the function signatures to use typed throws.
  • Changed ServiceLocatorError from an enum to a struct.
  • Added the addService(service:serviceType:) function in the ServiceLocator class.

2.0.0

07 Jan 12:28

Choose a tag to compare

Changed the function in the Module protocol from getServices() -> [Any] to registerServices(in serviceLocator: ServiceLocator).

1.0.0

07 Jan 12:26

Choose a tag to compare

First working version.