Skip to content

Releases: Redocly/redocly-cli

@redocly/[email protected]

29 Nov 10:55
70e5133
Compare
Choose a tag to compare

Minor Changes

  • Added new rule array-parameter-serialization to require that serialization parameters style and explode are present on array parameters.

@redocly/[email protected]

29 Nov 10:55
70e5133
Compare
Choose a tag to compare

Minor Changes

  • Added new rule array-parameter-serialization to require that serialization parameters style and explode are present on array parameters.

Patch Changes

  • Deprecated lint-related options in the bundle command. The options are going to be removed in the subsequent releases.
    Use the lint command separately to lint your APIs before bundling.
  • Updated Redoc to v2.1.3.
  • Updated @redocly/openapi-core to v1.5.0.

@redocly/[email protected]

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/[email protected]

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/[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.