Skip to content

Commit

Permalink
deps: cookie@0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed May 31, 2016
1 parent 76c56d1 commit bdf604a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,17 @@ unreleased
- deps: negotiator@0.6.1
* deps: content-type@~1.0.2
- perf: enable strict mode
* deps: cookie@0.3.1
- Add `sameSite` option
- Fix cookie `Max-Age` to never be a floating point number
- Improve error message when `encode` is not a function
- Improve error message when `expires` is not a `Date`
- Throw better error for invalid argument to parse
- Throw on invalid values provided to `serialize`
- perf: enable strict mode
- perf: hoist regular expression
- perf: use for loop in parse
- perf: use string concatination for serialization
* deps: vary@~1.1.0
- Only accept valid field names in the `field` argument

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"array-flatten": "1.1.1",
"content-disposition": "0.5.1",
"content-type": "~1.0.2",
"cookie": "0.1.5",
"cookie": "0.3.1",
"cookie-signature": "1.0.6",
"debug": "~2.2.0",
"depd": "~1.1.0",
Expand Down

0 comments on commit bdf604a

Please sign in to comment.