Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 1.01 KB

File metadata and controls

31 lines (18 loc) · 1.01 KB

cors-middleware CHANGELOG

This is the changelog for cors-middleware. It follows semantic versioning.

v0.1.1

Patch Changes

v0.1.0

Minor Changes

  • Add the initial release of @remix-run/cors-middleware.

    • Expose cors(options) for standard CORS response headers and preflight handling in Fetch API servers.
    • Support static and dynamic origin policies, credentialed requests, allowed and exposed headers, preflight max-age, and private network preflights.
    • Allow apps to either short-circuit preflight requests or continue them into custom OPTIONS handlers.

Patch Changes

v0.0.0

Minor Changes

  • Initial release.