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