Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish Didiator v0.2.0 #43

Merged
merged 33 commits into from
Dec 27, 2022
Merged

Publish Didiator v0.2.0 #43

merged 33 commits into from
Dec 27, 2022

Conversation

SamWarden
Copy link
Owner

  • Fix query handler example in README
  • Fix example with aiogram: use outer middleware registration, instead of inner
  • Add Event entity
  • Refactor handlers: add HandlerTypes for specific handlers
  • Add EventHandler
  • Refactor exceptions: add typehints
  • Refactor dispatchers: add typehints
  • Add EventObserver interface
  • Refactor base middleware: add wrap_middleware function
  • Add EventMediator interface
  • Refactor dispatchers implementations: improve typehints
  • Add EventObserver implementation
  • Add di_state passing to values of di_builder in DiMiddleware
  • Add events to LoggingMiddleware
  • Add the EventObserver to the Mediator implementation
  • Add lazy formatting to LoggingMiddleware
  • Add middlewares property to EventObserver
  • Add chained error raising to dispatchers
  • Refactor typehints in EventObserver
  • Fix DiBuilder: remove default None value for the execute method
  • Add pylint config to pyproject.toml
  • Upgrade aiogram example with EventObserver usage
  • Add events description to README
  • Bump didiator version to v0.2.0

SamWarden and others added 30 commits December 10, 2022 13:49
Fix example with aiogram: use outer middleware registration, instead of inner
Refactor didiator typehints and interfaces
Add pylint config to pyproject.toml
Upgrade aiogram example with EventObserver usage
@SamWarden SamWarden added the enhancement New feature or request label Dec 27, 2022
@SamWarden SamWarden merged commit 3eb13e2 into master Dec 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant