mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-07-11 00:22:25 +03:00
Update changelog
This commit is contained in:
parent
19aeb45c47
commit
e3dbf789b2
|
@ -12,6 +12,13 @@ Development version
|
||||||
- Rename ``ExternalDependency`` provider to ``Dependency``.
|
- Rename ``ExternalDependency`` provider to ``Dependency``.
|
||||||
- Add default value for ``instance_of`` argument of ``Dependency`` provider -
|
- Add default value for ``instance_of`` argument of ``Dependency`` provider -
|
||||||
``Dependency(instance_of=object)``.
|
``Dependency(instance_of=object)``.
|
||||||
|
- Change initialization of declarative container, so it accepts overriding
|
||||||
|
providers as keyword arguments -
|
||||||
|
``DeclarativeContainer(**overriding_providers)``.
|
||||||
|
- Add method to dynamic catalog for setting groups of providers -
|
||||||
|
``DynamicContainer.set_providers(**providers)``.
|
||||||
|
- Add method to dynamic catalog for overriding groups of providers -
|
||||||
|
``DynamicContainer.set_providers(**overriding_providers)``.
|
||||||
|
|
||||||
|
|
||||||
3.8.2
|
3.8.2
|
||||||
|
|
Loading…
Reference in New Issue
Block a user