next-rest-framework
Advanced tools
Changelog
0.2.0 - 2023-01-03
input
and output
keywords within the defineEndpoints
handler, that generates a minimal OpenAPI spec out of the contents of the input and output definitions and all other OpenAPI generation-related overrides are done inside the openApiSpec
object. This makes the separation of the business logic and documentation clearer, while still auto-generating the definitions from the application logic.Changelog
0.1.2 - 2022-12-09
getOpenApiSpec
function from the API. This is considered to be an API-breaking change but the early versions are not considered to be in use yet so it's safe to include it here.Changelog
0.1.1 - 2022-12-09
summary
field from OpenAPI paths.Changelog
0.1.0 - 2022-12-03