Releases: vercel/edge-runtime
Releases · vercel/edge-runtime
@edge-runtime/[email protected]
Patch Changes
- fix(cookies): set options when deleting cookies (#890)
[email protected]
Patch Changes
- Updated dependencies [
44aaa5706fb45df468d72531e27930552e882701
]:- @edge-runtime/[email protected]
- @edge-runtime/[email protected]
@edge-runtime/[email protected]
Patch Changes
- fix: don't expose __conditionallyUpdatesHandlerList (#959)
@edge-runtime/[email protected]
Patch Changes
- Updated dependencies [
44aaa5706fb45df468d72531e27930552e882701
]:- @edge-runtime/[email protected]
[email protected]
Patch Changes
- Updated dependencies []:
- @edge-runtime/[email protected]
- @edge-runtime/[email protected]
@edge-runtime/[email protected]
Patch Changes
- Updated dependencies [
6a869f12121f80cc6490ec2b81484453672b7b6b
]:- @edge-runtime/[email protected]
@edge-runtime/[email protected]
Patch Changes
- Updated dependencies [
6a869f12121f80cc6490ec2b81484453672b7b6b
]:- @edge-runtime/[email protected]
@edge-runtime/[email protected]
Minor Changes
-
remove custom entries() iterator in favor of Undici's default implementation (#942)
The difference will be that
set-cookie
headers will be emitted independently.const headers = new Headers() headers.append('set-cookie', 'a=1') headers.append('set-cookie', 'b=2') const entries = [...headers.entries()] // previous implementation console.log(entries) // [["set-cookie", "a=1, b=2"]] // new implementation (undici's native implementation) console.log(entries) // [["set-cookie", "a=1"], ["set-cookie", "b=2"]]
@edge-runtime/[email protected]
Patch Changes
- Updated dependencies []:
- @edge-runtime/[email protected]
[email protected]
Patch Changes
- Updated dependencies []:
- @edge-runtime/[email protected]
- @edge-runtime/[email protected]