next-rest-framework
Advanced tools
Changelog
0.7.2 - 2023-05-19
Changelog
0.7.1 - 2023-05-09
intersection
, nullable
and enum
types were not working with the OpenAPI spec generation.Changelog
0.7.0 - 2023-04-17
next build
.Changelog
0.6.0 - 2023-04-11
Changelog
0.5.1 - 2023-03-28
localOpenApiSpec
config option. Using a user-defined route resulted in the generated OpenAPI spec file not being included in the Vercel build artifacts, thus making it not work. This issue is fixed by using a static path for the spec file so it will be always called openapi.json
and lies in the project root.Changelog
0.5.0 - 2023-03-28
openApiSpec
config option to openApiSpecOverrides
for better clarity with the added localOpenApiSpec
path option.Changelog
0.4.2 - 2023-03-21
Changelog
0.4.1 - 2023-03-20
Changelog
0.4.0 - 2023-03-15
input
object. Making the endpoint definition friendlier for different types of requests.