Skip to content

Releases: lyra/openapi-dev-tool

Release v8.0.0

22 Jul 13:48
Compare
Choose a tag to compare

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

03 May 16:34
Compare
Choose a tag to compare

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

23 Apr 16:38
Compare
Choose a tag to compare

Changelogs:

  • Possibility to change default context path to expose openapi documentation contextPath option of serve command

Release v7.1.0

23 Apr 15:48
Compare
Choose a tag to compare

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

26 Mar 16:58
Compare
Choose a tag to compare

Changelogs:

  • Add validation of your OpenAPI examples

Release v6.1.0

18 Mar 15:00
Compare
Choose a tag to compare

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