COMMITS
/ test/Router.js December 21, 2024
S
fix(refactor): prefix built-in node module imports
Szymon Łągiewka committed
January 2, 2025
J
chore: replace `methods` dependency with standard library (#6196)
Jon Koops committed
March 21, 2024
W
Merge tag '4.19.0' into 5.x
Wes Todd committed
July 27, 2023
C
tests: fix handling multiple callbacks
christof louw committed
February 23, 2023
D
Fix routing requests without method
Douglas Christopher Wilson committed
February 10, 2023
R
lint: remove unused function arguments in tests
Rakesh Bisht committed
May 20, 2022
D
tests: verify all handlers called in stack tests
Douglas Christopher Wilson committed
April 29, 2022
D
Fix hanging on large stack of sync routes
Douglas Christopher Wilson committed
April 8, 2022
P
tests: mark stack overflow as long running
phoenix committed
April 14, 2022
D
Fix handling very large stacks of sync middleware
Douglas Christopher Wilson committed
February 17, 2022
D
Merge tag '4.17.3'
Douglas Christopher Wilson committed
February 9, 2022
D
tests: use strict mode
Douglas Christopher Wilson committed
December 16, 2021
D
deps: router@2.0.0-beta.1
Douglas Christopher Wilson committed
December 17, 2021
D
Merge tag '4.17.2'
Douglas Christopher Wilson committed
July 30, 2021
D
tests: remove should usage from Router tests
Douglas Christopher Wilson committed
October 24, 2018
D
Merge tag '4.16.4'
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
October 14, 2017
D
Merge tag '4.16.2'
Douglas Christopher Wilson committed
September 26, 2017
H
Improve error messages when non-function provided as middleware
Hrvoje Šimić committed
August 7, 2017
D
Merge tag '4.15.4'
Douglas Christopher Wilson committed
August 5, 2017
D
tests: fix incorrect should usage
Daniel Walasek committed
March 1, 2017
D
Merge tag '4.15.0'
Douglas Christopher Wilson 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
July 7, 2015
D
Use router module for routing
Douglas Christopher Wilson committed
July 6, 2015
D
Remove app.param(fn) signature
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