Skip to content

v4.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 20 Jan 17:24
· 2 commits to main since this release
c56e305

4.0.0 (2024-01-20)

Features

  • Remove the last use of setprototypeof (#10) (c56e305)

BREAKING CHANGES

  • 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.