COMMITS
/ test/Router.js July 30, 2021
D
tests: remove should usage from Router tests
Douglas Christopher Wilson committed
January 22, 2018
A
lint: remove usages of "=="
Alejandro Estrada committed
February 13, 2018
D
tests: remove duplicate block in router test
Douglas Christopher Wilson committed
September 26, 2017
H
Improve error messages when non-function provided as middleware
Hrvoje Šimić committed
August 5, 2017
D
tests: fix incorrect should usage
Daniel Walasek committed
February 26, 2017
D
Fix case where router.use skipped requests routes did not
Douglas Christopher Wilson committed
February 23, 2017
D
Skip routing when req.url is not set
Douglas Christopher Wilson committed
October 24, 2014
D
Match routes iteratively to prevent stack overflows
Douglas Christopher Wilson committed
D
Fix handling of invalid empty URLs
Douglas Christopher Wilson committed
October 29, 2014
A
Fix handling of URLs containing :// in the path
Aria Stewart committed
September 17, 2014
D
Fix router.use to accept array of middleware without path
Douglas Christopher Wilson committed
D
Improve error message for bad app.use arguments
Douglas Christopher Wilson committed
August 15, 2014
D
tests: add router.use validation tests
Douglas Christopher Wilson committed
July 8, 2014
D
tests: add missing FQDN router URL tests
Douglas Christopher Wilson committed
June 9, 2014
D
Fix catching errors from top-level handlers
Douglas Christopher Wilson committed
June 6, 2014
D
tests: add more route tests
Douglas Christopher Wilson committed
May 18, 2014
D
tests: flow control with after
Douglas Christopher Wilson committed
D
invoke router.param() only when necessary
Douglas Christopher Wilson committed
D
fix issue routing requests among sub routers
Douglas Christopher Wilson committed
March 23, 2014
R
don't call done twice for thrown errors inside parameterized routes
Roman Shtylman committed
March 17, 2014
B
Override params every layer.
Blake Embrey committed
March 10, 2014
B
Clean up code and syntax issues.
Blake Embrey committed
B
Add tests for dynamic mounting.
Blake Embrey committed
February 27, 2014
R
make express.Router() return a Router function instance
Roman Shtylman committed
February 24, 2014
R
Router: add parameter handling to middleware
Roman Shtylman committed
January 25, 2014
R
remove app.router and refactor middleware processing
Roman Shtylman committed
July 16, 2013
R
add Router.all() method
Roman Shtylman committed
December 14, 2012
T
add throwing when a non-function is passed to a route
Thorsten Lorenz committed
July 6, 2012
T
fix matchRequest tests
TJ Holowaychuk committed
July 4, 2012
R
fix to test
riadh committed
R
Issue 944:
riadhchtara committed
December 28, 2011
T
test for route index state
TJ Holowaychuk committed
T
tests for Router#match()
TJ Holowaychuk committed
T
renamed Router#_route() -> route()
TJ Holowaychuk committed