mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-05-13 20:33:51 +03:00
Update latest changelog
This commit is contained in:
parent
7d5f419a83
commit
15ed4020bc
|
@ -15,6 +15,8 @@ Development version
|
||||||
providers: ``Factory(SomeClass, dependency1=injectable_provider_or_value)``.
|
providers: ``Factory(SomeClass, dependency1=injectable_provider_or_value)``.
|
||||||
- Add simplified syntax of kwarg injections for ``@inject`` decorator:
|
- Add simplified syntax of kwarg injections for ``@inject`` decorator:
|
||||||
``@inject(dependency1=injectable_provider_or_value)``.
|
``@inject(dependency1=injectable_provider_or_value)``.
|
||||||
|
- Optimize ``@inject`` decorations when they were made several times for the
|
||||||
|
same callback.
|
||||||
- Add minor refactorings.
|
- Add minor refactorings.
|
||||||
- Fix of minor documentation issues.
|
- Fix of minor documentation issues.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user