Skip to content

v0.2.0

Compare
Choose a tag to compare
@kettanaito kettanaito released this 15 May 11:13

Breaking changes

  • req.url is not an instance of the URL class (previously a string).
  • req.query is no longer accessible. Please use req.url.searchParams instead.