Releases: modern-python/modern-di
Releases · modern-python/modern-di
core-0.11.0
What's Changed
- update docs on context providers by @lesnik512 in #21
- Update setup-uv to v5 by @vrslev in #22
- add docs on scopes by @lesnik512 in #32
- add docs on singleton, add concurrency safety info to resource by @lesnik512 in #34
- add object provider by @lesnik512 in #35
Full Changelog: core-0.10.0...core-0.11.0
core-0.10.0
What's Changed
- refactor injected factories by @lesnik512 in #20
litestar-0.5.0
What's Changed
- add litestar python 3.13 support by @lesnik512 in #19
core-0.9.0
What's Changed
- use shared dict for overrides for all scopes by @lesnik512 in #18
Full Changelog: core-0.8.0...core-0.9.0
core-0.8.0
What's changed
- Thread-safe singletons and resources in sync resolving [13]
core-0.7.2
What's changed
- fix InjectedFactory: inherit from AbstractProvider
core-0.7.1
What's changed
- fix overriding in child container
core-0.7.0
What's changed
- add container provider
litestar-0.4.2
What's changed
- fix error with caching dependencies by default
core-0.6.0
What's Changed
- implement factories injecting by @lesnik512 in #14