Skip to content

February 20, 2025

Choose a tag to compare

@theguild-bot theguild-bot released this 20 Feb 12:44
· 1105 commits to master since this release
e266605

@whatwg-node/fetch@0.10.4

Patch Changes

  • #2082
    b217e30
    Thanks @ardatan! - dependencies updates:

  • #2079
    090b4b0
    Thanks @ardatan! - Fix the bug when set-cookies given is ignored
    in HeadersInit;

    import { Headers } from '@whatwg-node/fetch'
    
    const headers = new Headers([
      ['set-cookie', 'a=b'],
      ['set-cookie', 'c=d']
    ])
    expect(headers.getSetCookie()).toEqual(['a=b', 'c=d']) // Previously it was empty
  • Updated dependencies
    [090b4b0]:

    • @whatwg-node/node-fetch@0.7.10

@whatwg-node/node-fetch@0.7.10

Patch Changes

  • #2079
    090b4b0
    Thanks @ardatan! - Fix the bug when set-cookies given is ignored
    in HeadersInit;

    import { Headers } from '@whatwg-node/fetch'
    
    const headers = new Headers([
      ['set-cookie', 'a=b'],
      ['set-cookie', 'c=d']
    ])
    expect(headers.getSetCookie()).toEqual(['a=b', 'c=d']) // Previously it was empty

@whatwg-node/server@0.9.68

Patch Changes

@whatwg-node/server-plugin-cookies@1.0.4

Patch Changes