3.1.0
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 newresolve(tag:withArguments: … )
methods.- Deprecated
register(tag:instance:)
method in favor ofregister(.Singleton) { … }
.