Skip to content

0.0.2

Compare
Choose a tag to compare
@AliSoftware AliSoftware released this 22 Nov 13:40
· 539 commits to develop since this release

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.