Skip to content

Releases: Redocly/redocly-cli

@redocly/[email protected]

30 Jan 14:26
2dc864b
Compare
Choose a tag to compare

Minor Changes

  • Switched to using native fetch API instead of node-fetch dependency, improving performance and reducing bundle size.

Patch Changes

  • Removed support for in: body parameters due to Arazzo specification updates.
  • Updated typings for OAS 3.0 and OAS 3.1 Schemas.

@redocly/[email protected]

30 Jan 14:26
2dc864b
Compare
Choose a tag to compare

Minor Changes

  • Switched to using native fetch API instead of node-fetch dependency, improving performance and reducing bundle size.

Patch Changes

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

@redocly/[email protected]

14 Jan 15:20
085aaf2
Compare
Choose a tag to compare

Patch Changes

  • Updated the sideNavStyle configuration schema to include the path-only option.
  • Updated @redocly/config to v0.20.1.

@redocly/[email protected]

14 Jan 15:20
085aaf2
Compare
Choose a tag to compare

Patch Changes

  • Updated the sideNavStyle configuration schema to include the path-only option.
  • Updated @redocly/openapi-core to v1.27.2.

@redocly/[email protected]

07 Jan 14:02
a83c292
Compare
Choose a tag to compare

Patch Changes

  • Fixed an issue where running the preview command failed because one of its dependencies could not be resolved.
    The issue occurred when Realm was not installed in the node_modules of the project.

@redocly/[email protected]

07 Jan 14:02
a83c292
Compare
Choose a tag to compare

Patch Changes

  • Fixed an issue where running the preview command failed because one of its dependencies could not be resolved.
    The issue occurred when Realm was not installed in the node_modules of the project.
  • Updated @redocly/openapi-core to v1.27.1.

@redocly/[email protected]

03 Jan 09:58
3365bfb
Compare
Choose a tag to compare

Minor Changes

  • Added the ability to override default problem messages for built-in rules.

Patch Changes

  • Updated Spot validation rules.

@redocly/[email protected]

03 Jan 09:58
3365bfb
Compare
Choose a tag to compare

Minor Changes

  • Added the ability to override default problem messages for built-in rules.

Patch Changes

  • Fixed an issue where apis' root in redocly.yaml was not resolved properly when the value of root was a URL.
  • Updated the Redocly CLI command redocly build-docs to use stdout instead of stderr for simple logs.
  • Updated @redocly/openapi-core to v1.27.0.

@redocly/[email protected]

18 Dec 14:50
125d240
Compare
Choose a tag to compare

Patch Changes

  • Removed the no-actions-type-end Spot rule.
  • Removed unused lodash.isequal dependency.

@redocly/[email protected]

18 Dec 14:50
125d240
Compare
Choose a tag to compare

Patch Changes

  • Fixed an issue where an API alias's root path might be resolved incorrectly for configuration files located outside the root folder.
  • Updated @redocly/openapi-core to v1.26.1.