Skip to content

v6.0.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@blomqma blomqma released this 24 Mar 13:38
· 19 commits to main since this release

This is a breaking change that improves handling form data requests for both app router and pages router routes and RPC routes.

Added

  • Add support for strongly typed form data.
  • Add support for overriding generated JSON schema with a custom JSON schema for request bodies, search params and response bodies.
  • Add support for (strongly typed) form data for RPC routes.

Changed

  • Rename response body schema in output objects from schema -> body for consistent naming conventions.

Fixed

  • Misc docs fixes.