COMMITS
/ lib/response.js July 15, 2025
S
feat: add deprecation warnings for redirect arguments undefined (#6405)
Sebastian Beltran committed
June 28, 2025
S
chore: enforce explicit Buffer import and add lint rule (#6525)
Shivam Sharma committed
February 14, 2025
A
feat: Extend res.links() to allow adding multiple links with the same rel (closes #2729) (#4885)
Andrea Polverino committed
February 13, 2025
J
feat: add support for ETag option in res.sendFile (#6073)
Juan José committed
January 18, 2025
A
feat: Added check to support Uint8Array in response sending (#6285)
Alexander Cerutti committed
December 21, 2024
S
fix(refactor): prefix built-in node module imports
Szymon Łągiewka committed
January 8, 2025
P
fix: Remove `utils-merge` dependency - use spread syntax instead (#6091)
Phillip Barta committed
November 15, 2024
P
cleanup: remove unnecessary require for global Buffer
Phillip9587 committed
October 27, 2024
B
fix(buffer): use node:buffer instead of safe-buffer (#6071)
Bhavya Dhiman committed
September 10, 2024
B
Delete `back` as a magic string (#5933)
Blake Embrey committed
W
Merge branch '5.0' into 5-merge
Wes Todd committed
W
Merge tag '4.20.0' into 5.0
Wes Todd committed
September 9, 2024
C
fix: don't render redirect values in anchor href
Chris de Almeida committed
August 17, 2024
C
refactor: replace 'path-is-absolute' dep with node:path isAbsolute method (#5830)
Carlos Serrano committed
August 2, 2024
C
Merge branch '5.0' into 5-merge
ctcpip committed
J
Ignore `expires` and `maxAge` in `res.clearCookie()` (#5792)
Jon Church committed
July 30, 2024
J
Throw on invalid status codes (#4212)
Jon Church committed
July 25, 2024
C
Merge branch 'master' into 5.0
ctcpip committed
June 7, 2024
J
May 4, 2024
B
deps: encodeurl@~2.0.0 (#5569)
Blake Embrey committed
March 25, 2024
W
Merge tag '4.19.2' into 5.0
Wes Todd committed
March 21, 2024
W
Improved fix for open redirect allow list bypass
Wes Todd committed
W
Improved fix for open redirect allow list bypass
Wes Todd committed
W
Merge tag '4.19.1' into 5.x
Wes Todd committed
W
Merge tag '4.19.0' into 5.x
Wes Todd committed
March 20, 2024
March 15, 2024
F
Prevent open redirect allow list bypass due to encodeurl
FDrag0n committed
July 3, 2020
3
deps: statuses@2.0.1
3imed-jaberi committed
March 28, 2022
D
Use http-errors for res.format error
Douglas Christopher Wilson committed
April 18, 2019
C
Fix behavior of null/undefined as "maxAge" in res.cookie
Chris Barth committed
March 13, 2018
N
Invoke default with same arguments as types in res.format
Nadav Ivgi committed
March 25, 2022
D
Allow options without filename in res.download
Douglas Christopher Wilson committed
March 11, 2022
T
Add "root" option to res.download
Tommaso Tofacchi committed
March 21, 2020
J
Deprecate string and non-integer arguments to res.status
Jon Church committed
May 20, 2021
T
Support proper 205 responses using res.send
Tito D. Kesumo Siregar committed
February 28, 2022
A
docs: fix typo in private api jsdoc
apeltop committed
February 17, 2022
D
Merge tag '4.17.3'
Douglas Christopher Wilson committed
February 6, 2022
D
Use mime-types for file to content type mapping
Douglas Christopher Wilson committed
February 4, 2022
C
docs: fix typo in res.download jsdoc
caioagiani committed
December 17, 2021
D
Merge tag '4.17.2'
Douglas Christopher Wilson committed
November 3, 2021
D
Fix handling of undefined when "json escape" is enabled
drewm committed
November 17, 2021
D
Fix handling of undefined in res.jsonp
Douglas Christopher Wilson committed
January 8, 2020
K
Fix res.jsonp(obj, status) deprecation message
Kim committed
September 1, 2021
D
build: eslint@4.19.1
Douglas Christopher Wilson committed
August 12, 2021
Z
docs: fix res.sendStatus/sendFile jsdoc comments
zhangky committed
April 11, 2021
H
docs: fix typos in jsdoc
Hussein Mohamed committed
June 8, 2019
D
Merge tag '4.17.1'
Douglas Christopher Wilson committed
May 25, 2019
D
Revert "Improve error message for null/undefined to res.status"
Douglas Christopher Wilson committed
May 16, 2019
D
tests: ignore unreachable line
Douglas Christopher Wilson committed
January 17, 2019
L
docs: fix typo in jsdoc comment
Louis committed