Skip to content

@redocly/openapi-core@1.20.0

Choose a tag to compare

@github-actions github-actions released this 21 Aug 12:58
· 568 commits to main since this release
295e98f

Minor Changes

  • Added support for ESM plugins and importing of plugins directly from npm package: @vendor/package/plugin.js instead of ./node_modules/@vendor/package/plugin.js.
  • Added info-license-strict rule as a replacement of the info-license-url to 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.