github remix-run/remix form-data-middleware@0.3.0
form-data-middleware v0.3.0

latest releases: node-tsx@0.1.0, node-fetch-server@0.13.2, remix@3.0.0-beta.1...
5 hours ago

Minor Changes

  • BREAKING CHANGE: formData() now always stores a FormData value when the middleware runs successfully. Requests without a form body, including GET and HEAD requests, receive an empty FormData so downstream handlers can rely on context.formData and context.get(FormData) after the middleware has run.

Patch Changes

Don't miss a new remix release

NewReleases is sending notifications on new releases.