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

Improve functionality and consistency of Sanic.event() #2827

Merged
merged 5 commits into from
Dec 7, 2023

Commits on Sep 23, 2023

  1. Update app.event() to return context dict (sanic-org#2088), and only …

    …fire for the specific requested event (sanic-org#2826).
    
    Also added support for passing conditions= and exclusive= arguments to app.event().
    talljosh committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    4d0a0a3 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Prettified

    talljosh committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    5fb7eaa View commit details
    Browse the repository at this point in the history
  2. Fixed type checking error

    talljosh committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    c354973 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Merge conflict

    ahopkins committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    97acb57 View commit details
    Browse the repository at this point in the history
  2. make pretty

    ahopkins committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    9469f36 View commit details
    Browse the repository at this point in the history