Skip to content

Releases: HiDeoo/starlight-openapi

starlight-openapi@0.19.1

27 Jun 14:11
c816be3
Compare
Choose a tag to compare

Patch Changes

  • #115 6c37f8e Thanks @HiDeoo! - Prevents a potential build error for OpenAPI schemas containing incorrectly formatted enum values.

starlight-openapi@0.19.0

17 Jun 12:38
2620eec
Compare
Choose a tag to compare

Minor Changes

  • #112 64e03d9 Thanks @HiDeoo! - Adds support for specifying custom sidebar groups for individual OpenAPI schemas.

    When generating documentation for multiple schemas, this allows you to place the generated documentation pages for each schema anywhere in the Starlight sidebar, even in different sidebar groups.

    See the "Sidebar groups" section in the documentation for more information.

starlight-openapi@0.18.0

06 Jun 13:56
ed6e878
Compare
Choose a tag to compare

Minor Changes

  • #109 6de8f2b Thanks @HiDeoo! - Respects Starlight convention to generate URLs with a trailing slash when using the trailingSlash: 'ignore' Astro configuration option (the default) as many common hosting providers redirect to URLs with a trailing slash by default.

Patch Changes

  • #109 6de8f2b Thanks @HiDeoo! - Fixes a sidebar link generation issue when using the Astro trailingSlash configuration option set to always.

starlight-openapi@0.17.0

16 May 14:21
4030e25
Compare
Choose a tag to compare

Minor Changes

starlight-openapi@0.16.1

12 May 10:53
7d485b2
Compare
Choose a tag to compare

Patch Changes

starlight-openapi@0.16.0

18 Apr 15:33
08ccb5a
Compare
Choose a tag to compare

Minor Changes

  • #96 933cc5c Thanks @HiDeoo! - ⚠️ BREAKING CHANGE: The minimum supported version of Starlight is now version 0.34.0.

    Please use the @astrojs/upgrade command to upgrade your project:

    npx @astrojs/upgrade
  • #96 933cc5c Thanks @HiDeoo! - Adds clickable anchor links to headings which respects the Starlight markdown.headingLinksSection configuration option.

starlight-openapi@0.15.0

12 Apr 12:33
81ea5bb
Compare
Choose a tag to compare

Minor Changes

  • #94 9b95bca Thanks @HiDeoo! - Adds support for schemas using version 3.0.4 of the OpenAPI specification by updating the OpenAPI and Swagger API definitions parser used internally.

starlight-openapi@0.14.4

19 Mar 13:53
d5d3d04
Compare
Choose a tag to compare

Patch Changes

  • #90 6953670 Thanks @HiDeoo! - Fixes potential sidebar link issues when using the Astro base option.

starlight-openapi@0.14.3

18 Mar 18:51
0ca5396
Compare
Choose a tag to compare

Patch Changes

  • #88 d2cdf30 Thanks @HiDeoo! - Fixes a compatibility issue with some other Starlight plugins due to how the sidebar entries for the generated pages were being created.

starlight-openapi@0.14.2

18 Mar 07:54
96ebbad
Compare
Choose a tag to compare

Patch Changes

  • #86 ecc5bb3 Thanks @HiDeoo! - Fixes syntax highlighting issues for many examples where the code block language was not properly inferred.