0.2.0
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, includinghost
,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.