Releases: blomqma/next-rest-framework
Releases · blomqma/next-rest-framework
v4.0.0
Added
- Add support for creating RPC endpoints.
Breaking change:
The output
function has been renamed to outputs
for clarity, simply renaming this will be enough for upgrading.
v3.4.7
Fixed
- Fix
prettier
import potentially causing a module resolution issue in some Node.js environments.
v3.4.6
Added
- Add CLI option to view additional logs for debugging purposes for the
generate
and validate
commands.
v3.4.4
Changed
- Use content-relative URL for fetching the
openapi.json
in the docs clients.
v3.4.3
Fixed
- Fix OpenAPI generation with dynamic routes that contain multiple path parameters.
Thanks to @ctdio for this contribution!
v3.4.2
Fixed
- Fix npm install not working on Windows.
v3.4.1
Fixed
- Fix TypedNextResponse usage.
v3.3.0
Added
- Add support for strongly-typed NextResponse
v3.2.0
Added
- Adds an option to include a middleware function for the method handlers, that gets executed before the request input is validated.
v3.1.1
Fixed
- Fix request handling when using a proxy or HTTPS connections locally.