Releases: SamWarden/didiator
Releases · SamWarden/didiator
v0.3.1
Publish Didiator v0.3.1 #59
What's Changed
- Fix copy
_bind_hooks
by @SamWarden in #58
Full Changelog: v0.3.0...v0.3.1
v0.3.0
Publish Didiator v0.3.0 #57
What's Changed
- Add .pylintrc #24 by @SamWarden in #44
- Add flake8 #24 by @SamWarden in #45
- Add DiBuilder interface and rename its implementation to DiBuilderImpl by @SamWarden in #48
- Add py.typed by @SamWarden in #49
- Add support of
DI
v0.75: upgrade DiBuilder by @SamWarden in #50 - Update Makefile by @SamWarden in #51
- Refactor DiBuilderImpl di_states order: change it from Sequence to list type by @SamWarden in #52
- Add DiKeys and DiScopes to DiMiddleware by @SamWarden in #53
- Add
copy
method toDiBuilder
and its implementation by @SamWarden in #54 - Add
copy
method to dispatchers and theEventObserver
by @SamWarden in #55 - Bump didiator version to v0.3.0 by @SamWarden in #56
- Publish Didiator v0.3.0 by @SamWarden in #57
Full Changelog: v0.2.0...v0.3.0
v0.2.0
Publish Didiator v0.2.0 #43
What's Changed
- Fix query handler example in README by @SamWarden in #34
- Fix example with aiogram: use outer middleware registration, instead of inner by @SamWarden in #35
- Add EventObserver by @SamWarden in #36
- Add lazy formatting to LoggingMiddleware by @SamWarden in #37
- Refactor didiator typehints and interfaces by @SamWarden in #38
- Add pylint config to pyproject.toml by @SamWarden in #39
- Upgrade aiogram example with EventObserver usage by @SamWarden in #40
- Add events description to README by @SamWarden in #41
- Bump didiator version to v0.2.0 by @SamWarden in #42
- Publish Didiator v0.2.0 by @SamWarden in #43
Full Changelog: v0.1.1...v0.2.0