edge-runtime

Developing, testing, and defining the runtime Web APIs for Edge infrastructure.

MPL-2.0 License

Downloads
16.8M
Stars
757
Committers
37

Bot releases are hidden (Show)

edge-runtime - @edge-runtime/[email protected]

Published by Kikobeats almost 2 years ago

Patch Changes

  • remove #cached in favor of doing computation in the constructor (#188)
edge-runtime - @edge-runtime/[email protected]

Published by Kikobeats almost 2 years ago

Patch Changes

  • Align RequestCookies API with ResponseCookies (#187)
edge-runtime - @edge-runtime/[email protected]

Published by Kikobeats almost 2 years ago

Patch Changes

  • fix: handle objects with null prototype (#172)

  • Change release method to Changesets (#110)

  • upgrading undici (3207fa2)

edge-runtime - @edge-runtime/[email protected]

Published by Kikobeats almost 2 years ago

Minor Changes

  • make EdgeVM options overrideable via testEnvironmentOptions (#162)

Patch Changes

edge-runtime - @edge-runtime/[email protected]

Published by Kikobeats almost 2 years ago

Major Changes

  • Align RequestCookies and ResponseCookies APIs as much as possible with CookieStore (#181)

  • Make RequestCookies and ResponseCookies more spec compliant by resembling the Cookie Store API. The main difference is that the methods do not return Promise. (#177)

    Breaking changes:

    • ResponseCookies#get has been renamed to ResponseCookies#getValue
    • ResponseCookies#getWithOptions has been renamed to ResponseCookies#get

Patch Changes

  • Change release method to Changesets (#110)

  • upgrading undici (3207fa2)

edge-runtime - @edge-runtime/[email protected]

Published by Kikobeats almost 2 years ago

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 - @edge-runtime/[email protected]

Published by Kikobeats almost 2 years ago

Patch Changes

edge-runtime - [email protected]

Published by Kikobeats almost 2 years ago

Patch Changes

edge-runtime - @edge-runtime/[email protected]

Published by Kikobeats almost 2 years ago

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 - @edge-runtime/[email protected]

Published by Kikobeats almost 2 years ago

Patch Changes

edge-runtime - @edge-runtime/[email protected]

Published by Kikobeats almost 2 years ago

Patch Changes

  • Change release method to Changesets (#110)

  • upgrading undici (3207fa2)

edge-runtime - @edge-runtime/[email protected]

Published by Kikobeats almost 2 years ago

Major Changes

  • Align RequestCookies and ResponseCookies APIs as much as possible with CookieStore (#181)
edge-runtime - @edge-runtime/[email protected]

Published by Kikobeats almost 2 years ago

Major Changes

  • Make RequestCookies and ResponseCookies more spec compliant by resembling the Cookie Store API. The main difference is that the methods do not return Promise. (#177)

    Breaking changes:

    • ResponseCookies#get has been renamed to ResponseCookies#getValue
    • ResponseCookies#getWithOptions has been renamed to ResponseCookies#get
edge-runtime - @edge-runtime/[email protected]

Published by Kikobeats about 2 years ago

Patch Changes

edge-runtime - @edge-runtime/[email protected]

Published by Kikobeats about 2 years ago

Patch Changes

edge-runtime - @edge-runtime/[email protected]

Published by Kikobeats about 2 years ago

Patch Changes

  • fix(primitives): expose console.debug method (#174)
edge-runtime - @edge-runtime/[email protected]

Published by Kikobeats about 2 years ago

Patch Changes

edge-runtime - [email protected]

Published by Kikobeats about 2 years ago

Patch Changes

edge-runtime - [email protected]

Published by Kikobeats about 2 years ago

Patch Changes

edge-runtime - @edge-runtime/[email protected]

Published by Kikobeats about 2 years ago

Patch Changes

  • fix: handle objects with null prototype (#172)