567 B
567 B
ChangeLog for Injector
0.7.7
- Made AssistedBuilder behave more explicitly: it can build either innstance of a concrete class (
AssistedBuilder(cls=Class)
) or it will follow Injector bindings (if exist) and construct instance of a class pointed by an interface (AssistedBuilder(interface=Interface)
).AssistedBuilder(X)
behaviour remains the same, it's equivalent toAssistedBuilder(interface=X)
0.7.6
- Auto-convert README.md to RST for PyPi.
0.7.5
- Added a ChangeLog!
- Added support for using Python3 annotations as binding types.