Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
masterkey-07 committed Oct 8, 2024
2 parents 182526c + 5d61e1e commit c11236d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
19 changes: 18 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
unreleased
1.4.7 / 2024-10-08
==========

* deps: cookie@0.7.2
- Fix object assignment of `hasOwnProperty`
* deps: cookie@0.7.1
- 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: cookie@0.7.0
- perf: parse cookies ~10% faster
- fix: narrow the validation of cookies to match RFC6265
- fix: add `main` to `package.json` for rspack
* deps: cookie@0.6.0
- Add `partitioned` option
* deps: cookie@0.5.0
- Add `priority` option
- Fix `expires` option to reject invalid dates
- pref: improve default decode speed
- pref: remove slow string split in parse
* deps: cookie@0.4.2
- pref: read value only when assigning in parse
- pref: remove unnecessary regexp in parse
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cookie-parser",
"description": "Parse HTTP request cookies",
"version": "1.4.6",
"version": "1.4.7",
"author": "TJ Holowaychuk <tj@vision-media.ca> (http://tjholowaychuk.com)",
"contributors": [
"Douglas Christopher Wilson <doug@somethingdoug.com>"
Expand Down

0 comments on commit c11236d

Please sign in to comment.