Skip to content

@remix-run/[email protected]

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Mar 16:31
· 33 commits to main since this release
d2a003f

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