Skip to content

@redocly/cli@2.44.0

Choose a tag to compare

@github-actions github-actions released this 04 Aug 14:01
cfc688a

Minor Changes

  • Added the no-duplicated-enum-values rule that requires all values in an enum to be unique.
    The rule is enabled at the warn level in the recommended ruleset.

    Note: linting output may include new warnings for API descriptions that contain duplicated enum values.

  • Added the no-unsafe-markdown rule that disallows potentially executable content in description fields.
    The rule is enabled at the warn level in the recommended ruleset.

    Note: linting output may include new warnings for description fields that contain potentially executable content.

Patch Changes

  • Updated @redocly/client-generator to v0.3.0.
  • Updated @redocly/openapi-core to v2.44.0.