Skip to content

Latest commit

 

History

History
77 lines (40 loc) · 2.2 KB

CHANGELOG.md

File metadata and controls

77 lines (40 loc) · 2.2 KB

@whatwg-node/fetch

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