Releases: Redocly/redocly-cli
Releases · Redocly/redocly-cli
@redocly/[email protected]
Minor Changes
- Added support for a
github-actions
output format for thelint
command to annotate reported problems on files when used in a GitHub Actions workflow.
Patch Changes
- Fixed
no-invalid-media-type-examples
ruleexternalValue
example validation. - Process remove-unused-components rule transitively; components are now removed if they were previously referenced by a removed component.
@redocly/[email protected]
Minor Changes
- Removed additional operations from the
join
command; uselint
and/orbundle
for operations such aslint
anddecorate
. - 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 thelint
command to annotate reported problems on files when used in a GitHub Actions workflow.
Patch Changes
- Fixed
no-invalid-media-type-examples
ruleexternalValue
example validation. - Updated @redocly/openapi-core to v1.11.0.
@redocly/[email protected]
Patch Changes
- Added a type tree for the
metadata-schema
rule.
@redocly/[email protected]
Patch Changes
- Added
check-config
command to validate a Redocly configuration file. - Updated @redocly/openapi-core to v1.10.6.
@redocly/[email protected]
Patch Changes
- Updated license text for date and organization naming accuracy.
@redocly/[email protected]
Patch Changes
- Updated license text for date and organization naming accuracy.
- Updated @redocly/openapi-core to v1.10.5.
@redocly/[email protected]
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]
Patch Changes
- Fixed a problem with the
preview
command crashing on Windows by adding operating system detection for the correctnpx
executable to use. - Updated @redocly/openapi-core to v1.10.4.
@redocly/[email protected]
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]
Patch Changes
- Users can run the CLI tool behind a proxy by using
HTTP_PROXY
orHTTPS_PROXY
environment variables to configure the proxy settings.