Skip to content

Releases: lyra/openapi-dev-tool

Release v9.11.1

Choose a tag to compare

@gigaga gigaga released this 11 Jun 10:37
1a52c72

Changelogs:

  • fix be able to use wildcard with a Nexus server

Release v9.11.0

Choose a tag to compare

@gigaga gigaga released this 26 Feb 11:02
097400c

Changelogs:

  • fix cdn urls of material design lite
  • update redoc & swagger ui viewer
  • fix to be compliant with node > 22

Release v9.10.1

Choose a tag to compare

@gigaga gigaga released this 13 Nov 13:49

Changelogs:

  • Add possibility to filter specifications using a regex (--filter parameter) with CLI rather to use the whole of configuration file

Release v9.10.0

Choose a tag to compare

@gigaga gigaga released this 13 Nov 11:09

Changelogs:

  • Add possibility to filter specification (--filter parameter) with CLI rather to use the whole of configuration file

Release v9.9.1

Choose a tag to compare

@gigaga gigaga released this 17 Feb 12:33

Changelogs:

  • Fix download pool

Release v9.9.0

Choose a tag to compare

@gigaga gigaga released this 13 Feb 14:46
ced22d8

Changelogs:

  • Add the possibility to download artifacts by using a pool. Parameter downloadPoolSize allows specifying pool size.
  • Update dependencies

Release v9.8.2

Choose a tag to compare

@gigaga gigaga released this 18 Dec 15:36

Changelogs:

  • Add the possibility to publish into npm releases and snapshots registries

For example openapi-dev-tool -c config.yaml --repoType npm --repoServer https://<your_npm_release_registry_url> --repoSnapshotsServer https://<your_npm_snapshot_registry_url> --repoToken <token>

  • Fix maven archive generation

Release v9.8.1

Choose a tag to compare

@gigaga gigaga released this 18 Dec 11:04

Changelogs:

  • Add the possibility to publish into npm releases and snapshots registries

For example openapi-dev-tool -c config.yaml --repoType npm --repoServer https://<your_npm_release_registry_url> --repoSnapshotsServer https://<your_npm_snapshot_registry_url> --repoToken <token>

Release v9.8.0

Choose a tag to compare

@gigaga gigaga released this 18 Dec 10:36
f0c6a37

Changelogs:

  • Add the possibility to publish into a npm registry

For example openapi-dev-tool -c config.yaml --repoType npm --repoServer https://<your_npm_registry_url> --repoToken <token>

Release v9.7.4

Choose a tag to compare

@gigaga gigaga released this 25 Jan 18:36

Changelogs:

  • Fix the whole of warnings messages
  • Fix usage from NodeJS older