Files
gitbook/packages/openapi-parser/CHANGELOG.md
T
Samy Pessé 725952a106 Version Packages (#2881)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-02-28 17:22:32 +00:00

659 B

@gitbook/openapi-parser

2.0.1

Patch Changes

  • 0924259: Expose helper shouldIgnoreEntity

2.0.0

Major Changes

  • e24206e: Use Scalar parser to upgrade OpenAPI spec v2

Patch Changes

  • c808bb1: Fallback to untrusted validation in case JSON spec is invalid
  • a054554: Implement a trusted mode to speed up OpenAPI spec validation
  • da55fac: Render GitBook blocks in OpenAPI operation description

1.0.1

Patch Changes

  • 6157583: Improve Markdown parsing

1.0.0

Major Changes

  • 727bde2: Improve and split OpenAPI parser into its own package

Patch Changes

  • 46edde9: Improve the OpenAPI package API