0.0.2
Dip
- Switched from class methods to instance methods (#1). This allows you to have multiple
DependencyContainers
- Renamed the class from
Dependency
toDependencyContainer
- Renamed the
instanceFactory:
parameter tofactory:
- Made the
DependencyContainer
generic of the type of tag. We are no longer limited to tags of typeString
, we can now use anything that'sEquatable
.