Skip to content

Releases: ardatan/whatwg-node

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

@whatwg-node/server@0.0.5

27 Jul 17:41
856cb13
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [486c35d]
    • @whatwg-node/fetch@0.2.0

@whatwg-node/server@0.0.4

27 Jul 16:52
7f12615
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [b83d7f3]
  • Updated dependencies [b83d7f3]
  • Updated dependencies [b83d7f3]
  • Updated dependencies [b83d7f3]
    • @whatwg-node/fetch@0.1.0

@whatwg-node/fetch@0.2.0

27 Jul 17:41
856cb13
Compare
Choose a tag to compare

Minor Changes

@whatwg-node/fetch@0.1.1

27 Jul 17:03
e2e8e4b
Compare
Choose a tag to compare

Patch Changes

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