Skip to content

Releases: Redocly/redocly-cli

@redocly/openapi-core@1.4.1

15 Nov 14:15
166e16d
Compare
Choose a tag to compare

Patch Changes

  • OpenAPI 3.1.x defaults to JSON Schema draft 2020-12 and the value of property names defined in properties was updated since OpenAPI 3.0.x and JSON Schema draft-04.

    In the new JSON Schema specification, each property value within a properties schema accepts a boolean or object schema.

    https://json-schema.org/draft/2020-12/json-schema-core#section-10.3.2.1

  • Fixed incorrect browser detection by removing check for 'self' as Bun also exposes it by default.

@redocly/cli@1.4.1

15 Nov 14:15
166e16d
Compare
Choose a tag to compare

Patch Changes

  • Fixed an issue with resolving the node-fetch package by explicitly adding the missing dependency.
  • Updated @redocly/openapi-core to v1.4.1.

@redocly/openapi-core@1.4.0

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/cli@1.4.0

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/openapi-core@1.3.0

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/cli@1.3.0

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/openapi-core@1.2.1

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/cli@1.2.1

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/openapi-core@1.2.0

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/cli@1.2.0

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.