You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: packages/headers/CHANGELOG.md
+5
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,11 @@
2
2
3
3
This is the changelog for [`headers`](https://github.com/mjackson/remix-the-web/tree/main/packages/headers). It follows [semantic versioning](https://semver.org/).
4
4
5
+
## HEAD
6
+
7
+
- BREAKING CHANGE: `cookie.delete(name)` returns `void` instead of `boolean`
8
+
- BREAKING CHANGE: `cookie.forEach()` calls its callback with `(name, value, cookie)` instead of `(value, name, map)`
9
+
5
10
## v0.9.0 (2024-12-20)
6
11
7
12
This release tightens up the type safety and brings `SuperHeaders` more in line with the built-in `Headers` interface.
0 commit comments