Releases: Redocly/redocly-cli
Releases · Redocly/redocly-cli
@redocly/openapi-core@1.8.0
@redocly/openapi-core@1.8.0
@redocly/cli@1.8.0
Minor Changes
- Added a
push
andpush-status
command for use with future Redocly products.
Patch Changes
- Updated @redocly/openapi-core to v1.8.0.
@redocly/openapi-core@1.7.0
Patch Changes
- Fix schema type of AsyncAPI operation tags
- Fixed a problem where the linter incorrectly returned an error for valid examples that contain references.
@redocly/cli@1.7.0
Minor Changes
- Added a
preview
command that starts a local preview server for Redocly projects that use products that are currently in a pre-release stage.
Patch Changes
- Fixed an issue with resolving references after splitting API descriptions written in the json format.
- Added filename extension support for more
x-codeSamples
languages. - Fixed a problem where the linter incorrectly returned an error for valid examples that contain references.
- Updated @redocly/openapi-core to v1.7.0.
@redocly/openapi-core@1.6.0
Minor Changes
- Added the ability to use
$ref
in the Redocly config file. This ability allows users to split up big config files and maintain their constituent parts independently.
@redocly/cli@1.6.0
Minor Changes
- Added the ability to use
$ref
in the Redocly config file. This ability allows users to split up big config files and maintain their constituent parts independently.
Patch Changes
- Deprecated
--lint
option in thejoin
command. The options are marked for removal in a future release. Use the lint command separately to lint your APIs. - Updated @redocly/openapi-core to v1.6.0.
@redocly/openapi-core@1.5.0
Minor Changes
- Added new rule
array-parameter-serialization
to require that serialization parametersstyle
andexplode
are present on array parameters.
@redocly/cli@1.5.0
Minor Changes
- Added new rule
array-parameter-serialization
to require that serialization parametersstyle
andexplode
are present on array parameters.
Patch Changes
- Deprecated lint-related options in the
bundle
command. The options are going to be removed in the subsequent releases.
Use the lint command separately to lint your APIs before bundling. - Updated Redoc to v2.1.3.
- Updated @redocly/openapi-core to v1.5.0.
@redocly/openapi-core@1.4.1
Patch Changes
-
OpenAPI 3.1.x defaults to JSON Schema draft 2020-12 and the value of property names defined in
properties
was updated since OpenAPI 3.0.x and JSON Schema draft-04.In the new JSON Schema specification, each property value within a
properties
schema accepts aboolean
orobject
schema.https://json-schema.org/draft/2020-12/json-schema-core#section-10.3.2.1
-
Fixed incorrect browser detection by removing check for 'self' as Bun also exposes it by default.
@redocly/cli@1.4.1
Patch Changes
- Fixed an issue with resolving the
node-fetch
package by explicitly adding the missing dependency. - Updated @redocly/openapi-core to v1.4.1.