File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ unreleased
4
4
* ` res.status() ` accepts only integers, and input must be greater than 99 and less than 1000
5
5
* will throw a ` RangeError: Invalid status code: ${code}. Status code must be greater than 99 and less than 1000. ` for inputs outside this range
6
6
* will throw a ` TypeError: Invalid status code: ${code}. Status code must be an integer. ` for non integer inputs
7
+
7
8
* change:
8
9
- ` res.clearCookie ` will ignore user provided ` maxAge ` and ` expires ` options
9
10
Original file line number Diff line number Diff line change 54
54
"range-parser" : " ~1.2.1" ,
55
55
"router" : " 2.0.0-beta.2" ,
56
56
"safe-buffer" : " 5.2.1" ,
57
- "send" : " 1.0.0-beta.2 " ,
57
+ "send" : " ^ 1.0.0" ,
58
58
"serve-static" : " 2.0.0-beta.2" ,
59
59
"setprototypeof" : " 1.2.0" ,
60
60
"statuses" : " 2.0.1" ,
You can’t perform that action at this time.
0 commit comments