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

Create support for calling callbacks on specific actions #56

Merged
merged 4 commits into from
Nov 28, 2023

Commits on Nov 28, 2023

  1. feat(callback_middleware.py): add register method to CallbackMiddlewa…

    …re class to register before_request and after_request hooks
    marcuxyz committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    ae8083f View commit details
    Browse the repository at this point in the history
  2. chore(controllers.md): update callback syntax in HomeController to us…

    …e dictionary format for better readability and maintainability
    
    docs(usage.md): update form method override syntax to use `{{ method('PUT|DELETE|PATCH') }}` for better clarity and consistency
    chore(__version__.py): bump up version to 2.9.0
    chore(pyproject.toml): bump up version to 2.9.0
    test(version_test.py): update test case to check for version 2.9.0 instead of 2.8.2
    marcuxyz committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    6c133ee View commit details
    Browse the repository at this point in the history
  3. update docs

    marcuxyz committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    91a2e50 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3ba028c View commit details
    Browse the repository at this point in the history