- deps: [email protected]
- deps: [email protected]
- Fix JSDoc for
Router
constructor
- deps: [email protected]
- deps: parseurl@~1.3.2
- perf: reduce overhead for full URLs
- perf: unroll the "fast-path"
RegExp
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- Fix
DEBUG_MAX_ARRAY_LENGTH
- deps: [email protected]
- Fix
- Add
next("router")
to exit from router - Fix case where
router.use
skipped requests routes did not - Use
%o
in path debug to tell types apart - deps: [email protected]
- perf: add fast match path for
*
route
- Skip routing when
req.url
is not set - deps: [email protected]
- Allow colors in workers
- Deprecated
DEBUG_FD
environment variable set to3
or higher - Fix error when running under React Native
- Use same color for same namespace
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- Fix using fallback even when native method exists
- deps: [email protected]
- deps: methods@~1.1.2
- perf: enable strict mode
- deps: parseurl@~1.3.1
- perf: enable strict mode
- Fix infinite loop condition using
mergeParams: true
- Fix inner numeric indices incorrectly altering parent
req.params
- deps: [email protected]
- perf: enable strict mode
- deps: [email protected]
- Fix regression with escaped round brackets and matching groups
- Fix hiding platform issues with
decodeURIComponent
- Only
URIError
s are a 400
- Only
- Fix using
*
before params in routes - Fix using capture groups before params in routes
- deps: [email protected]
- perf: enable strict mode
- perf: remove argument reassignments in routing
- perf: skip attempting to decode zero length string
- perf: use plain for loops
- Fix issue where
next('route')
inrouter.param
would incorrectly skip values - deps: [email protected]
- deps: debug@~2.2.0
- deps: [email protected]
- Use
setprototypeof
instead of__proto__
- deps: debug@~2.1.3
- Fix high intensity foreground color for bold
- deps: [email protected]
- Fix crash from error within
OPTIONS
response handler - deps: [email protected]
- Remove redundant code path
- Fix duplicate methods appearing in OPTIONS responses
- Fix OPTIONS responses to include the HEAD method properly
- Remove support for leading colon in
router.param(name, fn)
- Use
array-flatten
for flattening arrays - deps: debug@~2.1.1
- deps: methods@~1.1.1
- Match routes iteratively to prevent stack overflows
- Initial release ported from Express 4.x
- Altered to work without Express