Skip to content

Releases: Redocly/redocly-cli

@redocly/openapi-core@1.8.1

29 Jan 13:51
aa65490
Compare
Choose a tag to compare
@redocly/openapi-core@1.8.1

@redocly/cli@1.8.1

29 Jan 13:51
aa65490
Compare
Choose a tag to compare

Patch Changes

  • Added git to the docker image, so the push command can use git metadata.
  • Updated @redocly/openapi-core to v1.8.1.

@redocly/openapi-core@1.8.0

26 Jan 14:11
cf2ac84
Compare
Choose a tag to compare
@redocly/openapi-core@1.8.0

@redocly/cli@1.8.0

26 Jan 14:11
cf2ac84
Compare
Choose a tag to compare

Minor Changes

  • Added a push and push-status command for use with future Redocly products.

Patch Changes

  • Updated @redocly/openapi-core to v1.8.0.

@redocly/openapi-core@1.7.0

23 Jan 11:05
d95bef1
Compare
Choose a tag to compare

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

23 Jan 11:05
d95bef1
Compare
Choose a tag to compare

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

21 Dec 14:10
122ce07
Compare
Choose a tag to compare

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

21 Dec 14:10
122ce07
Compare
Choose a tag to compare

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 the join 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

29 Nov 10:55
70e5133
Compare
Choose a tag to compare

Minor Changes

  • Added new rule array-parameter-serialization to require that serialization parameters style and explode are present on array parameters.

@redocly/cli@1.5.0

29 Nov 10:55
70e5133
Compare
Choose a tag to compare

Minor Changes

  • Added new rule array-parameter-serialization to require that serialization parameters style and explode 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.