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

Delete MethodRouter and URLRouter #31

Open
TomokiMiyauci opened this issue Feb 16, 2023 · 1 comment
Open

Delete MethodRouter and URLRouter #31

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

Comments

@TomokiMiyauci
Copy link
Collaborator

These are difficult to compose because they are just handler builders. These were failures.

Delete all related APIs once.
If they are provided again, we would like to incorporate middleware mechanisms in the APIs and provide a functional-like syntax that allows composition between handlers.

@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 17, 2023
remove `MethodRouter`, `URLRouter` and types

BREAKING CHANGE: delete `MethodRouter`, `URLRouter` and releated types

#31
TomokiMiyauci added a commit that referenced this issue Feb 17, 2023
TomokiMiyauci pushed a commit that referenced this issue Feb 18, 2023
# [3.0.0-beta.3](3.0.0-beta.2...3.0.0-beta.3) (2023-02-18)

### Features

* delete API ([181c7c6](181c7c6)), closes [#31](#31)
* **router.ts:** add new router and types ([4e9479e](4e9479e))

### BREAKING CHANGES

* delete `MethodRouter`, `URLRouter` and releated types
@TomokiMiyauci
Copy link
Collaborator Author

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

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