Releases: Redocly/redocly-cli
Releases · Redocly/redocly-cli
@redocly/openapi-core@1.27.2
Patch Changes
- Updated the
sideNavStyle
configuration schema to include thepath-only
option. - Updated @redocly/config to v0.20.1.
@redocly/cli@1.27.2
Patch Changes
- Updated the
sideNavStyle
configuration schema to include thepath-only
option. - Updated @redocly/openapi-core to v1.27.2.
@redocly/openapi-core@1.27.1
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 thenode_modules
of the project.
@redocly/cli@1.27.1
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 thenode_modules
of the project. - Updated @redocly/openapi-core to v1.27.1.
@redocly/openapi-core@1.27.0
Minor Changes
- Added the ability to override default problem messages for built-in rules.
Patch Changes
- Updated Spot validation rules.
@redocly/cli@1.27.0
Minor Changes
- Added the ability to override default problem messages for built-in rules.
Patch Changes
- Fixed an issue where
apis
' root inredocly.yaml
was not resolved properly when the value ofroot
was a URL. - Updated the Redocly CLI command
redocly build-docs
to usestdout
instead ofstderr
for simple logs. - Updated @redocly/openapi-core to v1.27.0.
@redocly/openapi-core@1.26.1
Patch Changes
- Removed the
no-actions-type-end
Spot rule. - Removed unused lodash.isequal dependency.
@redocly/cli@1.26.1
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.
@redocly/openapi-core@1.26.0
Minor Changes
- Introduced the
struct
rule and deprecated thespec
rule.
Added thespec
ruleset, which enforces compliance with the specifications.
Patch Changes
- Updated
sourceDescriptions
to enforce a valid type field, ensuring compliance with the Arazzo specification.
@redocly/cli@1.26.0
Minor Changes
- Introduced the
struct
rule and deprecated thespec
rule.
Added thespec
ruleset, which enforces compliance with the specifications.
Patch Changes
- Fixed an issue where the CLI would fail to run on Windows due to a breaking change in the Node.js API.
- Fixed an issue where
join
would throw an error when a glob pattern was provided. - Updated
sourceDescriptions
to enforce a valid type field, ensuring compliance with the Arazzo specification. - Updated @redocly/openapi-core to v1.26.0.