Skip to content

Latest commit

 

History

History
73 lines (40 loc) · 1.26 KB

CHANGELOG.md

File metadata and controls

73 lines (40 loc) · 1.26 KB

@gitbook/openapi-parser

2.1.3

Patch Changes

  • 2b6c593: Remove stable from x-stability

2.1.2

Patch Changes

  • 7bb37c7: Move filterSelectedOpenAPISchemas to @gitbook/openapi-parser
  • 5b1e01c: Support for x-stability property
  • 813b2af: Support for x-enumDescriptions and x-gitbook-enum

2.1.1

Patch Changes

  • 48c18c0: Add option to pass scalar plugins
  • 7212973: Update scalar

2.1.0

Minor Changes

  • bb3ca9c: Implement OpenAPI models blocks

Patch Changes

  • 0278a14: Upgrade Scalar dependencies
  • 052e07a: Support references pointing to invalid files

2.0.2

Patch Changes

  • 53f5dbe: Fix typing of shouldIgnoreEntity

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