Dip v0.0.2 Release Notes

  • Dip

    • Switched from class methods to instance methods (#1). This allows you to have multiple DependencyContainers
    • ๐Ÿ“‡ Renamed the class from Dependency to DependencyContainer
    • ๐Ÿ“‡ Renamed the instanceFactory: parameter to factory:
    • ๐Ÿท Made the DependencyContainer generic of the type of tag. We are no longer limited to tags of type String, we can now use anything that's Equatable.