Skip to content

Releases: ardatan/whatwg-node

December 26, 2022

26 Dec 07:20
37a420b
Compare
Choose a tag to compare

@whatwg-node/router@0.0.1

Patch Changes

@whatwg-node/server@0.5.0

Minor Changes

November 22, 2022

22 Nov 09:45
5043e3c
Compare
Choose a tag to compare

@whatwg-node/server@0.4.17

Patch Changes

November 11, 2022

11 Nov 15:59
caf3502
Compare
Choose a tag to compare

@whatwg-node/fetch@0.5.3

Patch Changes

@whatwg-node/server@0.4.16

Patch Changes

  • Updated dependencies [188ac01]:
    • @whatwg-node/fetch@0.5.3

November 11, 2022

11 Nov 15:39
6748f26
Compare
Choose a tag to compare

@whatwg-node/fetch@0.5.2

Patch Changes

@whatwg-node/server@0.4.15

Patch Changes

  • Updated dependencies [3297c87]:
    • @whatwg-node/fetch@0.5.2

October 28, 2022

28 Oct 01:31
b36ffc4
Compare
Choose a tag to compare

@whatwg-node/fetch@0.5.1

Patch Changes

@whatwg-node/server@0.4.14

Patch Changes

  • Updated dependencies [a8a7cfc]:
    • @whatwg-node/fetch@0.5.1

October 23, 2022

23 Oct 13:53
6113c70
Compare
Choose a tag to compare

@whatwg-node/fetch@0.5.0

Minor Changes

@whatwg-node/server@0.4.13

Patch Changes

  • Updated dependencies [ab5fb52]:
    • @whatwg-node/fetch@0.5.0

October 20, 2022

20 Oct 18:26
240bef4
Compare
Choose a tag to compare

@whatwg-node/server@0.4.12

Patch Changes

  • 608943b Thanks @enisdenjo! - Calling req.text() before req.json() is not necessary for Bun anymore

October 02, 2022

02 Oct 18:04
442f74c
Compare
Choose a tag to compare

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

@whatwg-node/server@0.4.11

Patch Changes

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

  • Updated dependencies [e59cbb6]:

    • @whatwg-node/fetch@0.4.7

September 27, 2022

27 Sep 16:25
141e34a
Compare
Choose a tag to compare

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

@whatwg-node/server@0.4.10

Patch Changes

  • #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
  • #149 519d42a Thanks @ardatan! - Force stop connection after Response.body is done

  • Updated dependencies [c918527, eb10500]:

    • @whatwg-node/fetch@0.4.6

September 26, 2022

26 Sep 12:19
d5e2f04
Compare
Choose a tag to compare

@whatwg-node/server@0.4.9

Patch Changes

  • 5a884ee Thanks @ardatan! - Ensure ReadableStream is also cancelled after Reader cancelled if Response.body is ReadableStream