next-rest-framework
Advanced tools
Changelog
6.0.0-beta.2 - 2024-03-27
req.json()
returning JSON serialized Zod-parsed request body instead of raw Zod-parsed body.Changelog
6.0.0-beta.1 - 2024-03-24
This is a breaking change that improves handling form data requests for both app router and pages router routes and RPC routes.
schema
-> body
for consistent naming conventions.Changelog
5.1.12 - 2024-03-23
src
folder.Changelog
5.1.11 - 2024-02-28
node_modules
being resolved by ESBuild when running the CLI commands with npm
/npx
.Changelog
5.1.10 - 2024-02-27
Changelog
5.1.9 - 2024-02-26
Changelog
5.1.8 - 2024-02-26
routeOperation
/apiRouteOperation
middlewares.Changelog
5.1.7 - 2024-02-25
Changelog
5.1.6 - 2024-02-24
ReadableStream
instead of JSON when used in app router RPC endpoints.