Skip to content

Releases: ardatan/whatwg-node

January 02, 2024

02 Jan 11:46
5a7cacb
Compare
Choose a tag to compare

@whatwg-node/[email protected]

Patch Changes

  • f775c41 Thanks @ardatan! - If protocol is not available, use socket.encrypted correctly

December 17, 2023

17 Dec 00:01
f1014f7
Compare
Choose a tag to compare

@whatwg-node/[email protected]

Patch Changes

December 13, 2023

13 Dec 13:00
7c11a7c
Compare
Choose a tag to compare

@whatwg-node/[email protected]

Patch Changes

December 11, 2023

11 Dec 15:45
28ff57a
Compare
Choose a tag to compare

@whatwg-node/[email protected]

Patch Changes

December 11, 2023

11 Dec 10:23
aaed74c
Compare
Choose a tag to compare

@whatwg-node/[email protected]

Patch Changes

December 08, 2023

08 Dec 10:47
5ebdf92
Compare
Choose a tag to compare

@whatwg-node/[email protected]

Patch Changes

@whatwg-node/[email protected]

Patch Changes

  • #997
    0c28ae9
    Thanks @ardatan! - Avoid mutating the static context

    For example if the adapter receives the server object as the server context, it is isolated and
    the handler cannot mutate it, otherwise it will leak. Bun does that so this patch is needed to
    avoid leaking the server object.

November 27, 2023

27 Nov 15:42
887c8a8
Compare
Choose a tag to compare

@whatwg-node/[email protected]

Patch Changes

November 23, 2023

23 Nov 12:40
970540e
Compare
Choose a tag to compare

@whatwg-node/[email protected]

Patch Changes

@whatwg-node/[email protected]

Patch Changes

October 25, 2023

25 Oct 09:12
1639298
Compare
Choose a tag to compare

@whatwg-node/[email protected]

Patch Changes

@whatwg-node/[email protected]

Minor Changes

October 23, 2023

23 Oct 20:16
f2db254
Compare
Choose a tag to compare

@whatwg-node/[email protected]

Patch Changes

  • e4061de
    Thanks @ardatan! - If Response.error is not implemented, use
    Response ctor directly