Skip to content

Releases: Redocly/redocly-cli

@redocly/[email protected]

26 Oct 13:32
b50ae46
Compare
Choose a tag to compare

Minor Changes

  • Added recommended-strict ruleset which uses the same rules as recommended but with the severity level set to error for all rules.

@redocly/[email protected]

26 Oct 13:32
b50ae46
Compare
Choose a tag to compare

Minor Changes

  • Added recommended-strict ruleset which uses the same rules as recommended but with the severity level set to error for all rules.
  • Add JSON output support to the split and join commands.

Patch Changes

  • The --host/-h argument in the preview-docs command is now also used by the WebSocket server for hot reloading.
  • Updated @redocly/openapi-core to v1.4.0.

@redocly/[email protected]

19 Oct 14:03
4e712a8
Compare
Choose a tag to compare

Minor Changes

  • Added the possibility to configure the linting severity level of the configuration file for all CLI commands.
    Redocly CLI will exit with an error if there are any issues with the configuration file, and the severity is set to error.

@redocly/[email protected]

19 Oct 14:03
4e712a8
Compare
Choose a tag to compare

Minor Changes

  • Added the possibility to configure the linting severity level of the configuration file for all CLI commands.
    Redocly CLI will exit with an error if there are any issues with the configuration file, and the severity is set to error.

Patch Changes

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

@redocly/[email protected]

18 Oct 06:49
45b31e6
Compare
Choose a tag to compare

Patch Changes

  • Fixed an issue with nested refs in the join command.
  • Fixed pattern for no-server-example.com rule to improve detection accuracy.
  • Changed the report location for pattern and notPattern assertions to be more precise.
  • Updated unevaluatedItems type definition to resolve either boolean or object schema per JSON Schema 2019-09 specification.
  • Enhanced public API by small typescript typing fix and exporting new function bundleFromString.

@redocly/[email protected]

18 Oct 06:49
45b31e6
Compare
Choose a tag to compare

Patch Changes

  • Fixed an issue with nested refs in the join command.
  • Fixed pattern for no-server-example.com rule to improve detection accuracy.
  • Changed the report location for pattern and notPattern assertions to be more precise.
  • Updated unevaluatedItems type definition to resolve either boolean or object schema per JSON Schema 2019-09 specification.
  • Updated @redocly/openapi-core to v1.2.1.

@redocly/[email protected]

18 Sep 13:56
e16f1fd
Compare
Choose a tag to compare

Minor Changes

  • Added support for linting AsyncAPI v2 files, so that a wider range of API descriptions can use the Redocly linting workflow.

Patch Changes

  • Renamed API definition to API description for consistency.

@redocly/[email protected]

18 Sep 13:56
e16f1fd
Compare
Choose a tag to compare

Minor Changes

  • Added support for linting AsyncAPI v2 files, so that a wider range of API descriptions can use the Redocly linting workflow.

Patch Changes

  • Renamed API definition to API description for consistency.
  • Updated @redocly/openapi-core to v1.2.0.

@redocly/[email protected]

14 Sep 14:13
b8bf007
Compare
Choose a tag to compare

Minor Changes

  • Added ignoreCase option for tags-alphabetical rule.

Patch Changes

  • Fixed an issue where the --remove-unused-components option removed used components that were referenced as child objects.
  • Updated Redocly config validation.
  • Fixed the location pointer when reporting on the no-path-trailing-slash rule.

@redocly/[email protected]

14 Sep 14:13
b8bf007
Compare
Choose a tag to compare

Minor Changes

  • Added ignoreCase option for tags-alphabetical rule.
  • Added join support for OAS 3.1 definitions.
  • Added support for Redoc v2.1.2, and aligned the dependencies for both projects.

Patch Changes

  • Fixed an issue where the --remove-unused-components option removed used components that were referenced as child objects.
  • Updated Redocly config validation.
  • Fixed the location pointer when reporting on the no-path-trailing-slash rule.
  • Updated minimum required version of Node.js to v14 and removed deprecated packages.
  • Updated @redocly/openapi-core to v1.1.0.