Skip to content

Releases: vercel/edge-runtime

edge-runtime@3.0.3

03 Sep 09:10
53754e6
Compare
Choose a tag to compare

Patch Changes

@edge-runtime/vm@4.0.3

03 Sep 09:10
53754e6
Compare
Choose a tag to compare

Patch Changes

  • fix: don't expose __conditionallyUpdatesHandlerList (#959)

@edge-runtime/jest-environment@3.0.3

03 Sep 09:10
53754e6
Compare
Choose a tag to compare

Patch Changes

edge-runtime@3.0.2

19 Aug 11:42
8b52174
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies []:
    • @edge-runtime/ponyfill@3.0.0
    • @edge-runtime/vm@4.0.2

@edge-runtime/vm@4.0.2

19 Aug 11:42
8b52174
Compare
Choose a tag to compare

Patch Changes

@edge-runtime/types@3.0.2

19 Aug 11:42
8b52174
Compare
Choose a tag to compare

Patch Changes

@edge-runtime/primitives@5.1.0

19 Aug 11:42
8b52174
Compare
Choose a tag to compare

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/jest-environment@3.0.2

19 Aug 11:42
8b52174
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies []:
    • @edge-runtime/vm@4.0.2

edge-runtime@3.0.1

15 Jul 08:23
ff65805
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies []:
    • @edge-runtime/ponyfill@3.0.0
    • @edge-runtime/vm@4.0.1

@edge-runtime/vm@4.0.1

15 Jul 08:23
ff65805
Compare
Choose a tag to compare

Patch Changes