Skip to content

Releases: ardatan/whatwg-node

September 07, 2022

07 Sep 13:51
7bcd42e
Compare
Choose a tag to compare

@whatwg-node/fetch@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

@whatwg-node/server@0.2.0

Minor Changes

Patch Changes

September 07, 2022

07 Sep 11:56
6a92487
Compare
Choose a tag to compare

fetchache@0.1.3

Patch Changes

August 22, 2022

22 Aug 12:44
cd0eb50
Compare
Choose a tag to compare

@whatwg-node/fetch@0.3.2

Patch Changes

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

August 22, 2022

22 Aug 12:38
3e29a63
Compare
Choose a tag to compare

@whatwg-node/fetch@0.3.1

Patch Changes

August 22, 2022

22 Aug 12:26
8f9617a
Compare
Choose a tag to compare

@whatwg-node/fetch@0.3.0

Minor Changes

@whatwg-node/server@0.1.2

Patch Changes

August 15, 2022

15 Aug 16:05
5dd2fb7
Compare
Choose a tag to compare

@whatwg-node/server@0.1.1

Patch Changes

  • fd179aa Thanks @ardatan! - Fix the signature of the server adapter's fetch

August 12, 2022

12 Aug 09:06
830e916
Compare
Choose a tag to compare

@whatwg-node/fetch@0.2.9

Patch Changes

@whatwg-node/server@0.1.0

Minor Changes

  • #78 415b0a5 Thanks @ardatan! - If fetch is called with multiple arguments like fetch(request, env, ctx) (for example CF Workers do that),
    the parameters after request will be merged and passed as a ServerContext to the provided handleRequest function.

Patch Changes

  • #78 415b0a5 Thanks @ardatan! - Since Node 18 starts returning IPv6 in socket.localAddress, the generated URL was broken like http://0.0.0.1:3000.
    Now it generates the URL of Request on Node 18 correctly. First we respect host header as recommended in Node.js documentation.
  • Updated dependencies [9a8d873]:
    • @whatwg-node/fetch@0.2.9

Release b127d7d (from master)

10 Aug 16:36
b127d7d
Compare
Choose a tag to compare
Pre-release
release-1660149388750

ci: pin action version (#77)

Release ff91a02 (from master)

09 Aug 15:18
ff91a02
Compare
Choose a tag to compare
Pre-release
feat: use new pipeline (#75)

* feat: use new pipeline

* prettier

* try new gh token

* plz

* use bot token

* remove temp

@whatwg-node/server@0.0.6

06 Aug 00:45
f44680a
Compare
Choose a tag to compare

Patch Changes

  • 310c21a: Use "webworker" reference for "FetchEvent" type