| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2013-08-02 | 665 Bytes | |
| Version 0.10 source code.tar.gz | 2013-08-02 | 52.5 kB | |
| Version 0.10 source code.zip | 2013-08-02 | 79.1 kB | |
| Totals: 3 Items | 132.3 kB | 0 | |
Since v0.9:
- Added default
__eq__()toBindingSpec, so that DAG binding spec dependencies can have equal but not identical dependencies. - Allowed customizing
configure()anddependencies()binding spec method names. - Deprecated
@injectablein favor of@inject. - Added partial injection.
- Added
requirearg to allow binding specconfiguremethods to declare but not define bindings. - Sped up tests (and probably general functionality) by 10x.
- Documented more design decisions.
- Added
@copy_args_to_internal_fieldsand@copy_args_to_public_fields. - Renamed
InjectableDecoratorAppliedToNonInitErrortoDecoratorAppliedToNonInitError.