Skip to content

Releases: Redocly/redocly-cli

@redocly/[email protected]

04 Apr 13:17
90a79ee
Compare
Choose a tag to compare

Minor Changes

  • Added support for a github-actions output format for the lint command to annotate reported problems on files when used in a GitHub Actions workflow.

Patch Changes

  • Fixed no-invalid-media-type-examples rule externalValue example validation.
  • Process remove-unused-components rule transitively; components are now removed if they were previously referenced by a removed component.

@redocly/[email protected]

04 Apr 13:17
90a79ee
Compare
Choose a tag to compare

Minor Changes

  • Removed additional operations from the join command; use lint and/or bundle for operations such as lint and decorate.
  • Removed lint support from the bundle command to support a wider range of use cases. Users should update to run lint and bundle separately.
  • Added support for a github-actions output format for the lint command to annotate reported problems on files when used in a GitHub Actions workflow.

Patch Changes

@redocly/[email protected]

26 Mar 06:35
a729953
Compare
Choose a tag to compare

Patch Changes

  • Added a type tree for the metadata-schema rule.

@redocly/[email protected]

26 Mar 06:35
a729953
Compare
Choose a tag to compare

Patch Changes

  • Added check-config command to validate a Redocly configuration file.
  • Updated @redocly/openapi-core to v1.10.6.

@redocly/[email protected]

19 Mar 12:23
a094e8e
Compare
Choose a tag to compare

Patch Changes

  • Updated license text for date and organization naming accuracy.

@redocly/[email protected]

19 Mar 12:23
a094e8e
Compare
Choose a tag to compare

Patch Changes

  • Updated license text for date and organization naming accuracy.
  • Updated @redocly/openapi-core to v1.10.5.

@redocly/[email protected]

14 Mar 13:03
cbbea93
Compare
Choose a tag to compare

Patch Changes

  • Added a platform check so @redocly/openapi-core can support running inside a worker.
  • Allowed additional properties in theme.openapi config schema to enable libraries that use @redocly/openapi-core for configuration linting to extend this part of the schema.

@redocly/[email protected]

14 Mar 13:03
cbbea93
Compare
Choose a tag to compare

Patch Changes

  • Fixed a problem with the preview command crashing on Windows by adding operating system detection for the correct npx executable to use.
  • Updated @redocly/openapi-core to v1.10.4.

@redocly/[email protected]

04 Mar 15:07
24faf72
Compare
Choose a tag to compare

Patch Changes

  • Reverted "Users can run the CLI tool behind a proxy by using HTTP_PROXY or HTTPS_PROXY environment variables to configure the proxy settings" temporary.

@redocly/[email protected]

04 Mar 14:25
87a455c
Compare
Choose a tag to compare

Patch Changes

  • Users can run the CLI tool behind a proxy by using HTTP_PROXY or HTTPS_PROXY environment variables to configure the proxy settings.