- upgrade path-to-regexp@6
- package.json: add main entrypoint
- throw a TypeError on non-function handlers
- add .routePath
- update to promise-based middleware
- update path-to-regexp
- add ALL method to debug
- add return statement in case of path miss
- use
yield*
- fix HEAD method w/ GET routes
- add opts arg to routes
- update path-to-regexp and methods
- update path-to-regexp
- fix: make null the unmatched optional parameter
- fix: add param decoding
- add 'next' param to path params list as the last param
- add route.all() handler
- fix fallthrough bug
- fix: check if .method matches