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

[DRAFT] Feat/middleware handling #55

Merged
merged 7 commits into from
Nov 7, 2022
Merged

Conversation

Sorikairox
Copy link
Collaborator

@Sorikairox Sorikairox commented Nov 7, 2022

Description

Scoped middlewares registration with @Middleware decorator.
Global middleware registration with app.addGlobalMiddleware method.

Missing documentation for now

Issue Ticket Number

None


Type of change

  • New feature (non-breaking change which adds functionality)
  • This change requires a documentation update

Checklist:

  • I have run deno lint AND deno fmt AND deno task test and got no
    errors.
  • I have followed the contributing guidelines of this project as mentioned
    in CONTRIBUTING.md
  • I have checked to ensure there aren't other open
    Pull Requests for the same
    update/change?
  • I have performed a self-review of my own code
  • I have made corresponding changes needed to the documentation

@Sorikairox Sorikairox merged commit 21c5dcc into main Nov 7, 2022
@Sorikairox Sorikairox deleted the feat/middleware-handling branch November 7, 2022 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant