Skip to content

Releases: remix-run/web-std-io

@remix-run/[email protected]

12 Jul 18:30
3e4d588
Compare
Choose a tag to compare

Patch Changes

  • cf9ee6f: Submitted empty file inputs are now correctly parsed out as empty File instances instead of being surfaced as an empty string via request.formData()

@remix-run/[email protected]

20 Apr 19:43
9cabb20
Compare
Choose a tag to compare

Patch Changes

  • 7f91c87: fixes "ERR_INVALID_THIS" on Node 20

@remix-run/[email protected]

17 Mar 16:31
d2a003f
Compare
Choose a tag to compare

Patch Changes

  • Align with spec for new Request() method normalization (#30)

    • Only DELETE, GET, HEAD, OPTIONS, POST, PUT get automatically uppercased
    • Note that method: "patch" will no longer be automatically uppercased
    • Throw a TypeError for CONNECT, TRACE, and TRACK

@remix-run/[email protected]

02 Dec 22:57
06cd4f7
Compare
Choose a tag to compare

Patch Changes

@remix-run/[email protected]

17 Nov 18:56
57acdf2
Compare
Choose a tag to compare

Patch Changes

  • 3b9b384: Memory leak caused by unregistered listeners. Solution was copied from a node-fetch pr.
  • a85373d: Add support for custom "credentials" value. Nothing is done with them at the moment but they pass through for the consumer of the request to access if needed.

@remix-run/[email protected]

17 Oct 19:57
f715b35
Compare
Choose a tag to compare

@remix-run/[email protected]

26 Sep 21:30
5f6cd0e
Compare
Choose a tag to compare

Minor Changes

  • 6d9cd44: expose RequestExtraOptions to fetch & add HTTPs.agent to types

Patch Changes

  • 908263e: allow clone of request and responses will null body

@remix-run/[email protected]

20 Jul 16:15
8a55fc8
Compare
Choose a tag to compare

Patch Changes

3.0.2 (2022-01-21)

Changes

3.0.1 (2022-01-19)

Bug Fixes

  • ship less files to address TSC issues (#35) (0651e62)

@remix-run/[email protected]

20 Jul 16:15
8a55fc8
Compare
Choose a tag to compare

Minor Changes

Patch Changes