@redocly/openapi-core@1.20.0
·
568 commits
to main
since this release
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.