Skip to content

3.1.0

Compare
Choose a tag to compare
@AliSoftware AliSoftware released this 12 Dec 21:37
· 456 commits to develop since this release

New

  • Added name for the first runtime argument in resolve(tag:withArguments: … ) methods to make more clear separation between tag and factory runtime arguments.

Depreciations

  • resolve(tag:_: … ) methods are deprecated in favor of those new resolve(tag:withArguments: … ) methods.
  • Deprecated register(tag:instance:) method in favor of register(.Singleton) { … }.