Skip to content

Commit 341b179

Browse files
Co-authored-by: Ulises Gascón <[email protected]>
1 parent 8f0a1c4 commit 341b179

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

HISTORY.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
unreleased
2+
==========
3+
4+
5+
6+
- Fix object assignment of `hasOwnProperty`
7+
8+
- Allow leading dot for domain
9+
- Although not permitted in the spec, some users expect this to work and user agents ignore the leading dot according to spec
10+
- Add fast path for `serialize` without options, use `obj.hasOwnProperty` when parsing
11+
12+
- perf: parse cookies ~10% faster
13+
- fix: narrow the validation of cookies to match RFC6265
14+
- fix: add `main` to `package.json` for rspack
15+
116
1.18.0 / 2024-01-28
217
===================
318

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"repository": "expressjs/session",
1111
"license": "MIT",
1212
"dependencies": {
13-
"cookie": "0.6.0",
13+
"cookie": "0.7.2",
1414
"cookie-signature": "1.0.7",
1515
"debug": "2.6.9",
1616
"depd": "~2.0.0",

0 commit comments

Comments
 (0)