Skip to content

Releases: vercel/edge-runtime

@edge-runtime/jest-environment@2.0.0

27 Oct 15:55
fce4ba6
Compare
Choose a tag to compare

Major Changes

  • BREAKING CHANGE: Drop Node.js 12 (#191)

Patch Changes

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

@edge-runtime/cookies@3.0.0

27 Oct 15:55
fce4ba6
Compare
Choose a tag to compare

Major Changes

  • BREAKING CHANGE: Drop Node.js 12 (#191)

@edge-runtime/cookies@2.0.2

25 Oct 03:01
d56a15a
Compare
Choose a tag to compare

Patch Changes

  • remove #cached in favor of doing computation in the constructor (#188)

edge-runtime@1.1.0

24 Oct 15:02
43110c8
Compare
Choose a tag to compare

Patch Changes

  • Add an util to validate chunks from response.body (#149)

  • Change release method to Changesets (#110)

  • Add DOMException primitive (#143)

  • Fix: always finish the response when there is a bad chunk enqueued (#152)

  • update edge dependencies (#160)

  • upgrading undici (3207fa2)

  • fix: don't delete headers in a redirect (#170)

  • Fix unhandledrejection handler parameters (#151)

  • Updated dependencies [bf759ab, 05bb2ac, 83883c2, 8664c75, 3207fa2, 37e7901]:

    • @edge-runtime/format@1.1.0
    • @edge-runtime/vm@1.1.0

@edge-runtime/vm@1.1.0

24 Oct 15:02
43110c8
Compare
Choose a tag to compare

Patch Changes

@edge-runtime/user-agent@1.1.0

24 Oct 15:02
43110c8
Compare
Choose a tag to compare

Patch Changes

  • Change release method to Changesets (#110)

  • upgrading undici (3207fa2)

@edge-runtime/types@1.1.0

24 Oct 15:02
43110c8
Compare
Choose a tag to compare

Patch Changes

@edge-runtime/primitives@1.1.0

24 Oct 15:02
43110c8
Compare
Choose a tag to compare

Patch Changes

  • Allow to use URLPattern as a type with @edge-runtime/ponyfill (#113)

  • build(deps-dev): bump urlpattern-polyfill from 5.0.9 to 6.0.1 (#154)

  • Change release method to Changesets (#110)

  • fix(primitives): expose console.debug method (#174)

  • upgrading undici (3207fa2)

  • build(deps-dev): bump undici from 5.10.0 to 5.11.0 (#156)

  • Mark the createCaches export as nullable as it does not exist in Edge Runtime (#124)

@edge-runtime/ponyfill@1.1.0

24 Oct 15:02
43110c8
Compare
Choose a tag to compare

Patch Changes

  • Allow to use URLPattern as a type with @edge-runtime/ponyfill (#113)

  • Change release method to Changesets (#110)

  • Add DOMException primitive (#143)

  • update edge dependencies (#160)

  • upgrading undici (3207fa2)

  • Only export the specific values from the global scope as we define in our types (#124)

@edge-runtime/jest-environment@1.1.0

24 Oct 15:02
43110c8
Compare
Choose a tag to compare

Minor Changes

  • make EdgeVM options overrideable via testEnvironmentOptions (#162)

Patch Changes