COMMITS
/ test/res.cookie.js January 8, 2025
P
fix: Remove `utils-merge` dependency - use spread syntax instead (#6091)
Phillip Barta committed
January 11, 2024
R
deps: cookie@0.6.0
Rich Hodgkins committed
April 12, 2022
D
deps: cookie@0.5.0
Douglas Christopher Wilson committed
April 18, 2019
C
Fix behavior of null/undefined as "maxAge" in res.cookie
Chris Barth committed
February 9, 2022
D
tests: use strict mode
Douglas Christopher Wilson committed
February 2, 2022
D
tests: remove global dependency on should
Douglas Christopher Wilson committed
July 3, 2020
3
deps: cookie@0.4.1
3imed-jaberi committed
October 27, 2018
D
tests: use supertest to perform assertions
Douglas Christopher Wilson committed
March 5, 2017
D
tests: use supertest expect for simple assertions
Douglas Christopher Wilson committed
May 5, 2016
L
tests: add test for signed cookie without secret
Linus Unnebäck committed
October 23, 2014
D
Merge tag '3.18.1'
Douglas Christopher Wilson committed
October 22, 2014
D
Fix internal utils.merge deprecation warnings
Douglas Christopher Wilson committed
May 31, 2014
D
Merge tag '3.9.0'
Douglas Christopher Wilson committed
May 30, 2014
D
deps: should@~4.0.0
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
February 18, 2014
R
move support for multiple `res.cookie` calls to lib/response
Roman Shtylman committed
February 16, 2014
R
remove last pieces of connect dependency
Roman Shtylman committed
January 25, 2014
R
use utils-merge module to mixin object properties
Roman Shtylman committed
April 15, 2013
T
Revert "fix res.cookie() tests"
TJ Holowaychuk committed
April 12, 2013
T
fix res.cookie() tests
TJ Holowaychuk committed
January 3, 2013
G
Don't mangle the options object in res.cookie
Greg Methvin committed
November 13, 2012
T
fix cookie max-age
TJ Holowaychuk committed
August 14, 2012
T
Fix signed cookie prefix
Tony Edwards committed
July 24, 2012
T
update cookie dep
TJ Holowaychuk committed
June 27, 2012
T
updated tests to use "supertest"
TJ Holowaychuk committed
June 6, 2012
T
coerce res.cookie values to strings
TJ Holowaychuk committed
T
fixing cookies for connect 2.3.1
TJ Holowaychuk committed
May 27, 2012
T
Added { signed: true } option to res.cookie()
TJ Holowaychuk committed
December 17, 2011
T
removed old tests
TJ Holowaychuk committed
T
removed the use of .include.string()
TJ Holowaychuk committed
November 24, 2011
T
comment some tests
Tj Holowaychuk committed
November 10, 2011
T
Added JSON cookie support & tests. Closes #879
Tj Holowaychuk committed
November 9, 2011
T
Added maxAge test
Tj Holowaychuk committed
T
Added res.cookie() options test
Tj Holowaychuk committed
T
Added res.cookie() "root" setting test
Tj Holowaychuk committed
T
Fixed res.cookie() path default
Tj Holowaychuk committed
T
Added res.cookie() tests
Tj Holowaychuk committed