Dip v3.1.0 Release Notes

  • ๐Ÿ†• 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) { โ€ฆ }.