Skip to content

0.2.0

Compare
Choose a tag to compare
@sholladay sholladay released this 28 Sep 09:03
· 96 commits to master since this release
bc4d8ba

Highlights ๐Ÿ”

  • Added support for dynamic routes with path parameters.
  • Added support for routes with a wildcard method (i.e. method : '*').
  • Added support for routes with an array of methods.
  • The request object passed to route handlers has many new properties, including host, url, params, and more.
  • Moved response helpers from the toolkit to request.response. The toolkit is now focused on creating responses.
  • Upgraded to Deno v0.19, which is now the minimum supported version.

Bug fixes ๐Ÿ›

A routing bug has been fixed where routes would not be matched correctly if the request URL included a query string.

All changes ๐Ÿ“š

v0.1.2...v0.2.0