Releases: Redocly/redocly-cli
Releases · Redocly/redocly-cli
@redocly/[email protected]
Minor Changes
- Added
recommended-strict
ruleset which uses the same rules asrecommended
but with the severity level set toerror
for all rules.
@redocly/[email protected]
Minor Changes
- Added
recommended-strict
ruleset which uses the same rules asrecommended
but with the severity level set toerror
for all rules. - Add JSON output support to the
split
andjoin
commands.
Patch Changes
- The
--host/-h
argument in thepreview-docs
command is now also used by the WebSocket server for hot reloading. - Updated @redocly/openapi-core to v1.4.0.
@redocly/[email protected]
Minor Changes
- Added the possibility to configure the linting severity level of the configuration file for all CLI commands.
Redocly CLI will exit with an error if there are any issues with the configuration file, and the severity is set toerror
.
@redocly/[email protected]
Minor Changes
- Added the possibility to configure the linting severity level of the configuration file for all CLI commands.
Redocly CLI will exit with an error if there are any issues with the configuration file, and the severity is set toerror
.
Patch Changes
- Updated @redocly/openapi-core to v1.3.0.
@redocly/[email protected]
Patch Changes
- Fixed an issue with nested refs in the
join
command. - Fixed pattern for no-server-example.com rule to improve detection accuracy.
- Changed the report location for
pattern
andnotPattern
assertions to be more precise. - Updated
unevaluatedItems
type definition to resolve either boolean or object schema per JSON Schema 2019-09 specification. - Enhanced public API by small typescript typing fix and exporting new function
bundleFromString
.
@redocly/[email protected]
Patch Changes
- Fixed an issue with nested refs in the
join
command. - Fixed pattern for no-server-example.com rule to improve detection accuracy.
- Changed the report location for
pattern
andnotPattern
assertions to be more precise. - Updated
unevaluatedItems
type definition to resolve either boolean or object schema per JSON Schema 2019-09 specification. - Updated @redocly/openapi-core to v1.2.1.
@redocly/[email protected]
Minor Changes
- Added support for linting AsyncAPI v2 files, so that a wider range of API descriptions can use the Redocly linting workflow.
Patch Changes
- Renamed API definition to API description for consistency.
@redocly/[email protected]
Minor Changes
- Added support for linting AsyncAPI v2 files, so that a wider range of API descriptions can use the Redocly linting workflow.
Patch Changes
- Renamed API definition to API description for consistency.
- Updated @redocly/openapi-core to v1.2.0.
@redocly/[email protected]
Minor Changes
- Added
ignoreCase
option fortags-alphabetical
rule.
Patch Changes
- Fixed an issue where the
--remove-unused-components
option removed used components that were referenced as child objects. - Updated Redocly config validation.
- Fixed the location pointer when reporting on the
no-path-trailing-slash
rule.
@redocly/[email protected]
Minor Changes
- Added
ignoreCase
option fortags-alphabetical
rule. - Added
join
support for OAS 3.1 definitions. - Added support for Redoc v2.1.2, and aligned the dependencies for both projects.
Patch Changes
- Fixed an issue where the
--remove-unused-components
option removed used components that were referenced as child objects. - Updated Redocly config validation.
- Fixed the location pointer when reporting on the
no-path-trailing-slash
rule. - Updated minimum required version of Node.js to v14 and removed deprecated packages.
- Updated @redocly/openapi-core to v1.1.0.