Skip to content

Releases: lyra/openapi-dev-tool

Release v9.10.1

13 Nov 13:49

Choose a tag to compare

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

13 Nov 11:09

Choose a tag to compare

Changelogs:

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

Release v9.9.1

17 Feb 12:33

Choose a tag to compare

Changelogs:

  • Fix download pool

Release v9.9.0

13 Feb 14:46
ced22d8

Choose a tag to compare

Changelogs:

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

Release v9.8.2

18 Dec 15:36

Choose a tag to compare

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

18 Dec 11:04

Choose a tag to compare

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

18 Dec 10:36
f0c6a37

Choose a tag to compare

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

25 Jan 18:36

Choose a tag to compare

Changelogs:

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

Release v9.7.3

18 Nov 13:17

Choose a tag to compare

Changelogs:

  • Fix issue with Node18

Release v9.7.2

17 Nov 15:22
d2cdbfe

Choose a tag to compare

Changelogs:

  • Fix compatibility with Node18 by switching module management in native way