Skip to content

Latest commit

 

History

History
124 lines (65 loc) · 4.44 KB

CHANGELOG.md

File metadata and controls

124 lines (65 loc) · 4.44 KB

@whatwg-node/fetch

0.5.0

Minor Changes

0.4.7

Patch Changes

  • e59cbb6 Thanks @ardatan! - Do not patch global Headers if it is native, and support URL as a first parameter of fetch

0.4.6

Patch Changes

  • c918527 Thanks @ardatan! - Bump Undici

  • #148 eb10500 Thanks @ardatan! - - On Node 14, fix the return method of Response.body's AsyncIterator to close HTTP connection correctly

    • On Node 14, handle ReadableStream's cancel correctly if Response.body is a ReadableStream
    • Do not modify ReadableStream.cancel's behavior but handle it internally
    • On Node 18, do not combine Response.body's return and AbortController which causes a memory leak

0.4.5

Patch Changes

0.4.4

Patch Changes

  • 9502102 Thanks @ardatan! - Breaking Change: Event API is no longer available in this ponyfill; use @whatwg-node/events instead.

0.4.3

Patch Changes

  • c9f05f2 Thanks @ardatan! - Add ponyfills for Response.redirect, Response.json and Response.error

0.4.2

Patch Changes

  • 7f37b6d Thanks @ardatan! - fix(fetch): respect filesLimit even with fieldsFirst

0.4.1

Patch Changes

0.4.0

Minor Changes

  • 005937c Thanks @ardatan! - feat(fetch): new fieldsFirst option to allow async stream consumption for multipart forms

  • effc03d Thanks @ardatan! - Bun Support

0.3.2

Patch Changes

  • 982fa96 Thanks @ardatan! - fix(ponyfill/btoa): handle incoming value as binary encoding

0.3.1

Patch Changes

0.3.0

Minor Changes

  • 8a431d3 Thanks @ardatan! - Support different encodings in TextEncoder and TextDecoder

0.2.9

Patch Changes

0.2.3

Minor Changes

  • 486c35d: Export Event API

0.1.1

Patch Changes

  • 16aff71: Fix missing TextEncoder and TextDecoder in the default ponyfill

0.1.0

Minor Changes

  • b83d7f3: Faster TextEncoder & TextDecoder with Buffer in Node
  • b83d7f3: Ponyfill for WebCrypto API

Patch Changes

  • b83d7f3: Bump undici version
  • b83d7f3: Now ponyfills Event API

0.0.2

Patch Changes

  • 3207383: Fix TS typings

0.0.1

Patch Changes

  • 889eccf: NEW RELEASES