-
-
Notifications
You must be signed in to change notification settings - Fork 978
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Ulises Gascón <[email protected]>
- Loading branch information
1 parent
8f0a1c4
commit 341b179
Showing
2 changed files
with
16 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,18 @@ | ||
unreleased | ||
========== | ||
|
||
|
||
* deps: [email protected] | ||
- Fix object assignment of `hasOwnProperty` | ||
* deps: [email protected] | ||
- Allow leading dot for domain | ||
- Although not permitted in the spec, some users expect this to work and user agents ignore the leading dot according to spec | ||
- Add fast path for `serialize` without options, use `obj.hasOwnProperty` when parsing | ||
* deps: [email protected] | ||
- perf: parse cookies ~10% faster | ||
- fix: narrow the validation of cookies to match RFC6265 | ||
- fix: add `main` to `package.json` for rspack | ||
|
||
1.18.0 / 2024-01-28 | ||
=================== | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters