COMMITS
/ test/res.json.js December 21, 2024
S
fix(refactor): prefix built-in node module imports
Szymon Łągiewka 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 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
October 24, 2018
D
Merge tag '4.16.4'
Douglas Christopher Wilson committed
January 22, 2018
A
lint: remove usages of "=="
Alejandro Estrada committed
October 14, 2017
D
Merge tag '4.16.2'
Douglas Christopher Wilson committed
April 5, 2017
G
Add "escape json" setting for res.json and res.jsonp
Greg Guthe committed
March 14, 2016
M
Remove res.json(status, obj) signature
Mike Tunnicliffe committed
July 10, 2014
D
Remove res.json(obj, status) signature
Douglas Christopher Wilson committed
May 21, 2014
D
Merge tag '3.8.0'
Douglas Christopher Wilson committed
May 9, 2014
D
set proper charset in content-type for res.send
Douglas Christopher Wilson committed
D
Merge tag '3.6.0'
Douglas Christopher Wilson committed
D
tests: fixup new json tests
Douglas Christopher Wilson committed
D
tests: add more res.jsonp? tests
Douglas Christopher Wilson committed
D
deprecate res.json(obj, status)
Douglas Christopher Wilson committed
March 6, 2014
J
remove unnecessary test/support/http
Jonathan Ong committed
J
remove unnecessary test/support/http
Jonathan Ong committed
March 8, 2014
J
move setHeader charset patch to .set
Jonathan Ong committed
January 11, 2014
R
No 'json spaces' by default
Roman Shtylman committed
August 27, 2013
T
Revert "remove charset from json responses. Closes #1631"
TJ Holowaychuk committed
June 5, 2013
T
remove charset from json responses. Closes #1631
TJ Holowaychuk committed
September 26, 2012
T
add support for `res.json()` to retain previously defined Content-Types. Closes #1349
TJ Holowaychuk committed
August 30, 2012
T
add res.jsonp(). Closes #1307
TJ Holowaychuk committed
August 29, 2012
T
fix jsonp callback char restrictions
TJ Holowaychuk committed
August 28, 2012
T
change jsonp callback default to false. Closes #1304
TJ Holowaychuk committed
July 6, 2012
R
add "jsonp callback name" setting
riadh committed
June 27, 2012
T
Added `res.json(obj, status)` support back for BC
TJ Holowaychuk committed
T
updated tests to use "supertest"
TJ Holowaychuk committed
May 9, 2012
T
Added: allow [] in jsonp callback. Closes #1128
TJ Holowaychuk committed
April 15, 2012
T
Changed: enable "jsonp callback" as a default
TJ Holowaychuk committed
April 12, 2012
T
added jsonp test
TJ Holowaychuk committed
March 24, 2012
T
added res.json() array test to illustrate that it works
TJ Holowaychuk committed
February 7, 2012
T
Added "json replacer" and "json spaces" settings. Closes #996 [credit to jed]
TJ Holowaychuk committed
November 9, 2011
T
Added res.json(status, object) test
Tj Holowaychuk committed
T
refactored tests
Tj Holowaychuk committed
T
Added res.json() tests
Tj Holowaychuk committed