Skip to content

Releases: Redocly/redocly-cli

@redocly/openapi-core@1.21.0

23 Aug 07:51
4ca6f6a
Compare
Choose a tag to compare
@redocly/openapi-core@1.21.0

@redocly/cli@1.21.0

23 Aug 07:51
4ca6f6a
Compare
Choose a tag to compare

Minor Changes

  • Added the eject and translate commands for use with the new Reunite-hosted product family.

Patch Changes

  • Updated @redocly/openapi-core to v1.21.0.

@redocly/openapi-core@1.20.1

22 Aug 07:46
325aa1d
Compare
Choose a tag to compare
@redocly/openapi-core@1.20.1

@redocly/cli@1.20.1

22 Aug 07:46
325aa1d
Compare
Choose a tag to compare

Patch Changes

  • Get more helpful error messages when there's a problem importing a plugin.
  • Updated @redocly/openapi-core to v1.20.1.

@redocly/openapi-core@1.20.0

21 Aug 12:58
295e98f
Compare
Choose a tag to compare

Minor Changes

  • Added support for ESM plugins and importing of plugins directly from npm package: @vendor/package/plugin.js instead of ./node_modules/@vendor/package/plugin.js.
  • Added info-license-strict rule as a replacement of the info-license-url to support the OpenAPI 3.1 changes to allow identifier or URL license details.
  • Changed plugins format to export a function instead of an object for compatibility with other Redocly products. The backwards compatibility with an old format of plugins is maintained.

Patch Changes

  • Updated @redocly/config to v0.9.0.

@redocly/cli@1.20.0

21 Aug 12:58
295e98f
Compare
Choose a tag to compare

Minor Changes

  • Added support for ESM plugins and importing of plugins directly from npm package: @vendor/package/plugin.js instead of ./node_modules/@vendor/package/plugin.js.
  • Added info-license-strict rule as a replacement of the info-license-url to support the OpenAPI 3.1 changes to allow identifier or URL license details.
  • Changed plugins format to export a function instead of an object for compatibility with other Redocly products. The backwards compatibility with an old format of plugins is maintained.

Patch Changes

  • Added support for webhooks in stats and fixed a crash that occurred when tags were not included in webhooks.
  • Updated @redocly/openapi-core to v1.20.0.

@redocly/openapi-core@1.19.0

01 Aug 11:32
47aa04e
Compare
Choose a tag to compare

Minor Changes

  • Added support for AsyncAPI 3.0 description linting.

Patch Changes

  • Fixed an issue where patternProperties incorrectly caused linting errors due to a missing PatternProperties node.

@redocly/cli@1.19.0

01 Aug 11:32
47aa04e
Compare
Choose a tag to compare

Minor Changes

  • Added support for AsyncAPI 3.0 description linting.

Patch Changes

  • Fixed an issue where patternProperties incorrectly caused linting errors due to a missing PatternProperties node.
  • Updated @redocly/openapi-core to v1.19.0.

@redocly/openapi-core@1.18.1

22 Jul 14:09
4500cdc
Compare
Choose a tag to compare

Patch Changes

  • Allowed the theme.openapi configuration option to accept settings specific to Redoc 2.x and earlier.
  • Fixed an issue in the OpenAPI spec rule where dependentSchemas was parsed as an array.
    It is now correctly parsed as a map.
  • Fixed bundling of $refs inside patternProperties.
  • Updated AsyncAPI v2 typings to abide by JSON Schema draft-07 specification.

@redocly/cli@1.18.1

22 Jul 14:09
4500cdc
Compare
Choose a tag to compare

Patch Changes

  • Allowed the theme.openapi configuration option to accept settings specific to Redoc 2.x and earlier.
  • Fixed an issue in the OpenAPI spec rule where dependentSchemas was parsed as an array.
    It is now correctly parsed as a map.
  • Fixed bundling of $refs inside patternProperties.
  • Updated AsyncAPI v2 typings to abide by JSON Schema draft-07 specification.
  • Updated @redocly/openapi-core to v1.18.1.