Releases: Redocly/redocly-cli
Releases · Redocly/redocly-cli
@redocly/[email protected]
Patch Changes
- Updated @redocly/openapi-core to v2.0.0-next.10.
@redocly/[email protected]
Major Changes
- Replaced the
SpecVersion
,SpecMajorVersion
,OPENAPI3_METHOD
, andOPENAPI3_COMPONENT
enums with types for improved flexibility and type safety.
Removed the unusedOasVersion
enum.
Patch Changes
- Refactored
@redocly/respect-core
to eliminate Node.js-specific dependencies, improving cross-platform compatibility.
@redocly/[email protected]
Major Changes
- Removed support for the deprecated
theme
property of Redocly config.
All the properties oftheme
are now available in the config root.
@redocly/[email protected]
Patch Changes
- Refactored
@redocly/respect-core
to eliminate Node.js-specific dependencies, improving cross-platform compatibility. - Updated @redocly/openapi-core to v2.0.0-next.9.
@redocly/[email protected]
Major Changes
- Removed support for the deprecated
theme
property of Redocly config.
All the properties oftheme
are now available in the config root.
Patch Changes
- Updated @redocly/openapi-core to v2.0.0-next.10.
@redocly/[email protected]
Patch Changes
- Updated @redocly/openapi-core to v2.0.0-next.8.
@redocly/[email protected]
Major Changes
- Removed support for default config file names other than
redocly.yaml
.
Minor Changes
-
Enabled
no-required-schema-properties-undefined
,no-schema-type-mismatch
, andno-enum-type-mismatch
rules for AsyncAPI and Arazzo specifications.
Adjusted the rules' severities in therecommended
andminimal
rulesets. Refer to the following table:Rule \ Ruleset recommended minimal no-required-schema-properties-undefined off
->warn
off
->warn
no-enum-type-mismatch error
warn
no-schema-type-mismatch warn
->error
off
->warn
Patch Changes
- Fixed plugins validation in config files referenced in the
extends
section. - Fixed an issue where the config resolver grouped assertions instead of returning unchanged rules.
@redocly/[email protected]
Major Changes
- Removed support for default config file names other than
redocly.yaml
.
Minor Changes
-
Enabled
no-required-schema-properties-undefined
,no-schema-type-mismatch
, andno-enum-type-mismatch
rules for AsyncAPI and Arazzo specifications.
Adjusted the rules' severities in therecommended
andminimal
rulesets. Refer to the following table:Rule \ Ruleset recommended minimal no-required-schema-properties-undefined off
->warn
off
->warn
no-enum-type-mismatch error
warn
no-schema-type-mismatch warn
->error
off
->warn
Patch Changes
- Fixed plugins validation in config files referenced in the
extends
section. - Updated @redocly/openapi-core to v2.0.0-next.8.
@redocly/[email protected]
Patch Changes
- Updated
form-data
to 4.0.4 for Redocly CLI v1. - Updated @redocly/openapi-core to v1.34.5.