Releases: Redocly/redocly-cli
Releases · Redocly/redocly-cli
@redocly/cli@1.21.1
Patch Changes
- Updated @redocly/openapi-core to v1.21.1.
@redocly/openapi-core@1.21.0
@redocly/openapi-core@1.21.0
@redocly/cli@1.21.0
Minor Changes
- Added the
ejectandtranslatecommands for use with the new Reunite-hosted product family.
Patch Changes
- Updated @redocly/openapi-core to v1.21.0.
@redocly/openapi-core@1.20.1
@redocly/openapi-core@1.20.1
@redocly/cli@1.20.1
Patch Changes
- Get more helpful error messages when there's a problem importing a plugin.
- Updated @redocly/openapi-core to v1.20.1.
@redocly/openapi-core@1.20.0
Minor Changes
- Added support for ESM plugins and importing of plugins directly from npm package:
@vendor/package/plugin.jsinstead of./node_modules/@vendor/package/plugin.js. - Added
info-license-strictrule as a replacement of theinfo-license-urlto support the OpenAPI 3.1 changes to allow identifier or URL license details. - Changed plugins format to export a function instead of an object for compatibility with other Redocly products. The backwards compatibility with an old format of plugins is maintained.
Patch Changes
- Updated @redocly/config to v0.9.0.
@redocly/cli@1.20.0
Minor Changes
- Added support for ESM plugins and importing of plugins directly from npm package:
@vendor/package/plugin.jsinstead of./node_modules/@vendor/package/plugin.js. - Added
info-license-strictrule as a replacement of theinfo-license-urlto support the OpenAPI 3.1 changes to allow identifier or URL license details. - Changed plugins format to export a function instead of an object for compatibility with other Redocly products. The backwards compatibility with an old format of plugins is maintained.
Patch Changes
- Added support for webhooks in stats and fixed a crash that occurred when tags were not included in webhooks.
- Updated @redocly/openapi-core to v1.20.0.
@redocly/openapi-core@1.19.0
Minor Changes
- Added support for AsyncAPI 3.0 description linting.
Patch Changes
- Fixed an issue where
patternPropertiesincorrectly caused linting errors due to a missingPatternPropertiesnode.
@redocly/cli@1.19.0
Minor Changes
- Added support for AsyncAPI 3.0 description linting.
Patch Changes
- Fixed an issue where
patternPropertiesincorrectly caused linting errors due to a missingPatternPropertiesnode. - Updated @redocly/openapi-core to v1.19.0.
@redocly/openapi-core@1.18.1
Patch Changes
- Allowed the
theme.openapiconfiguration option to accept settings specific to Redoc 2.x and earlier. - Fixed an issue in the OpenAPI
specrule wheredependentSchemaswas parsed as an array.
It is now correctly parsed as a map. - Fixed bundling of
$refsinsidepatternProperties. - Updated AsyncAPI v2 typings to abide by JSON Schema draft-07 specification.