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

feat: Remove the last use of setprototypeof #10

Merged
merged 1 commit into from
Jan 20, 2024

Conversation

joeyguerra
Copy link
Member

BREAKING CHANGE: Router was previously a function, but now is an object. This API changes codde like app.use(router) to app.use(router.handle.bind(router). Checkout the test/Router.mjs tests.

BREAKING CHANGE: Router was previously a function, but now is an object. This API changes codde like `app.use(router)` to `app.use(router.handle.bind(router)`. Checkout the `test/Router.mjs` tests.
@joeyguerra joeyguerra merged commit c56e305 into main Jan 20, 2024
12 checks passed
Copy link

🎉 This PR is included in version 4.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@joeyguerra joeyguerra deleted the the-last-setprototypeof branch January 21, 2024 16:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant