Skip to content

Releases: ardatan/whatwg-node

November 14, 2024

14 Nov 09:58
bb0c9d0
Compare
Choose a tag to compare

@whatwg-node/[email protected]

Patch Changes

November 11, 2024

11 Nov 14:02
99a2d52
Compare
Choose a tag to compare

@whatwg-node/[email protected]

Patch Changes

@whatwg-node/[email protected]

Patch Changes

November 09, 2024

09 Nov 11:11
7347191
Compare
Choose a tag to compare

@whatwg-node/[email protected]

Patch Changes

  • c68f5ad
    Thanks @ardatan! - Pass errors to ReadableStream's cancel method
    properly when it is piped, and piped stream is cancelled

    Implement ReadableStream.from

  • Updated dependencies
    [c68f5ad]:

@whatwg-node/[email protected]

Patch Changes

  • c68f5ad
    Thanks @ardatan! - Pass errors to ReadableStream's cancel method
    properly when it is piped, and piped stream is cancelled

    Implement ReadableStream.from

November 08, 2024

08 Nov 11:54
b450fe5
Compare
Choose a tag to compare

@whatwg-node/[email protected]

Minor Changes

Patch Changes

@whatwg-node/[email protected]

Minor Changes

@whatwg-node/[email protected]

Patch Changes

November 04, 2024

04 Nov 11:14
08fb36b
Compare
Choose a tag to compare

@whatwg-node/[email protected]

Patch Changes

  • 323a519
    Thanks @ardatan! - Allow other libs to redefine Request's
    properties

November 04, 2024

04 Nov 09:23
14ee800
Compare
Choose a tag to compare

@whatwg-node/[email protected]

Patch Changes

@whatwg-node/[email protected]

Minor Changes

@whatwg-node/[email protected]

Patch Changes

October 21, 2024

21 Oct 10:18
cefbf3c
Compare
Choose a tag to compare

@whatwg-node/[email protected]

Patch Changes

@whatwg-node/[email protected]

Patch Changes

@whatwg-node/[email protected]

Patch Changes

September 01, 2024

01 Sep 11:18
a87341f
Compare
Choose a tag to compare

@whatwg-node/[email protected]

Patch Changes

  • #1617
    ed368bf
    Thanks @ardatan! - # Fixes for usage of node-libcurl

    • Fix `Error: SSL peer certificate or SSH remove key was not ok error`, and use
      tls.rootCertificates as default certificates.

    Learn more

    • Fix API function called from within callback by preventing the use of curl_easy_perform and
      curl_multi_perform inside callbacks.

August 28, 2024

28 Aug 17:00
e444947
Compare
Choose a tag to compare

@whatwg-node/[email protected]

Patch Changes

August 28, 2024

28 Aug 13:53
752b5de
Compare
Choose a tag to compare

@whatwg-node/[email protected]

Patch Changes

  • 860bfde
    Thanks @ardatan! - Ponyfill SuppressedError correctly inside
    DisposableStack ponyfills