Skip to content

Releases: ardatan/whatwg-node

April 14, 2025

14 Apr 20:21
a209832
Compare
Choose a tag to compare

@whatwg-node/[email protected]

Patch Changes

April 14, 2025

14 Apr 19:54
dfa9665
Compare
Choose a tag to compare

@whatwg-node/[email protected]

Patch Changes

@whatwg-node/[email protected]

Patch Changes

@whatwg-node/[email protected]

Patch Changes

March 25, 2025

25 Mar 15:14
762e2a2
Compare
Choose a tag to compare

@whatwg-node/[email protected]

Patch Changes

March 25, 2025

25 Mar 12:55
b6946ff
Compare
Choose a tag to compare

@whatwg-node/[email protected]

Patch Changes

March 25, 2025

25 Mar 12:31
9a12fdc
Compare
Choose a tag to compare

@whatwg-node/[email protected]

Patch Changes

  • #2208
    ff052a3
    Thanks @ardatan! - When any Request method is called outside
    server adapter scope, it used to hang. This PR prevents it to hang and throw an error if the
    readable stream is destroyed earlier.

    let request: Request
    const adapter = createServerAdapter(req => {
      request = req
      return new Response('Hello World')
    })
    
    await request.text() // Was hanging but now throws an error

@whatwg-node/[email protected]

Patch Changes

  • #2208
    ff052a3
    Thanks @ardatan! - When any Request method is called outside
    server adapter scope, it used to hang. This PR prevents it to hang and throw an error if the
    readable stream is destroyed earlier.

    let request: Request
    const adapter = createServerAdapter(req => {
      request = req
      return new Response('Hello World')
    })
    
    await request.text() // Was hanging but now throws an error

March 21, 2025

21 Mar 16:26
3533135
Compare
Choose a tag to compare

@whatwg-node/[email protected]

Patch Changes

March 19, 2025

19 Mar 10:43
756f573
Compare
Choose a tag to compare

@whatwg-node/[email protected]

Patch Changes

  • 2225af7
    Thanks @ardatan! - Use URL as the constructor name as some
    instrumentations like NewRelic needs it to be

March 17, 2025

17 Mar 15:43
645bd8d
Compare
Choose a tag to compare

@whatwg-node/[email protected]

Minor Changes

March 17, 2025

17 Mar 13:04
c654f0a
Compare
Choose a tag to compare

@whatwg-node/[email protected]

Patch Changes

@whatwg-node/[email protected]

Patch Changes

  • #2182
    a45e929
    Thanks @ardatan! - - Name functions in iterateAsync for more
    readable traces
    • fakePromise accepts MaybePromise as an input

March 06, 2025

06 Mar 15:43
382c7e1
Compare
Choose a tag to compare

@whatwg-node/[email protected]

Patch Changes