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

Add stateful router matched on HTTP request method and path #30

Open
TomokiMiyauci opened this issue Feb 16, 2023 · 1 comment
Open
Assignees
Labels
enhancement New feature or request released on @beta
Milestone

Comments

@TomokiMiyauci
Copy link
Collaborator

The current router has synthesizability problems because it wraps in an immediate function. In particular, nested routers are difficult to see.

A stateful object-based router improves composability and simplifies nesting.

Add a stateful Router that declares an HTTP method, a URL path, and registers a handler.

@TomokiMiyauci TomokiMiyauci added the enhancement New feature or request label Feb 16, 2023
@TomokiMiyauci TomokiMiyauci added this to the Release v3.0 milestone Feb 16, 2023
@TomokiMiyauci TomokiMiyauci self-assigned this Feb 16, 2023
TomokiMiyauci added a commit that referenced this issue Feb 16, 2023
@TomokiMiyauci
Copy link
Collaborator Author

🎉 This issue has been resolved in version 3.0.0-beta.2 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request released on @beta
Projects
None yet
Development

No branches or pull requests

1 participant