Releases: lyra/openapi-dev-tool
Releases · lyra/openapi-dev-tool
Release v8.0.0
Changelogs:
- Remove "folder" property of configuration file. This is no longer required because spec file path is enough.
- Add "enabled" property of spec object in configuration file. We can now skip some spec without removing the related spec object.
- Create automatically the output directory for "merge" command if it does not exist.
- Add "html-injector" property of configuration file to inject some HTML content into pages of "serve" command.
Release v7.3.0
Changelogs:
- Improve paths of static assets in order to ease openapi-dev-tool use behind a reverse proxy (without rewriting urls)
- Increase UT coverage
Release v7.2.0
Changelogs:
- Possibility to change default context path to expose openapi documentation
contextPath
option ofserve
command
Release v7.1.0
Changelogs:
- Improve performance of serve command by using a cache (to avoid to rebuild specs if there is not change)
- Display specification documentation directly if just one exists rather to display specs list
- Add possibility to serve static folder by using
staticFolders
option
Release v7.0.0
Changelogs:
- Add validation of your OpenAPI examples
Release v6.1.0
Changelogs:
- Add "publish-local" command to be able to publish your openapi files in your Maven local repository
- Update Redoc app to use v2.0.0-rc.48
- Update SwaggerUI app to use v3.44.0
- Fix issue after generating archive