Releases: HiDeoo/starlight-openapi
Releases · HiDeoo/starlight-openapi
[email protected]
Minor Changes
- #70
b6679d7
Thanks @HiDeoo! - Improves formatting of query parameter examples based on thestyle
andexplode
property values and the RFC 6570 URI template specification.
[email protected]
Minor Changes
- #67
194dfe7
Thanks @HiDeoo! - Adds a newsidebarMethodBadges
schema configuration option to display badges next to sidebar operation links with the associated HTTP method.
[email protected]
[email protected]
Minor Changes
-
#58
f91f2f4
Thanks @HiDeoo! - Adds support for Astro v5, drops support for Astro v4.⚠️ BREAKING CHANGE: The minimum supported version of Starlight is now0.30.0
.Please follow the upgrade guide to update your project.
v0.8.3
🐞 Bug Fixes
- Fixes an invalid link for security schemes when using the Astro
base
option - by @taiseimiyaji and @HiDeoo (87fb6)
View changes on GitHub
v0.8.2
🐞 Bug Fixes
- Fixes an issue where model definitions using
oneOf
oranyOf
could be ignored when combined using theallOf
keyword - by @HiDeoo (4ae04)
View changes on GitHub
v0.8.1
🐞 Bug Fixes
View changes on GitHub
v0.8.0
🚀 Features
- Improves indirect recursion detection - by @ribeirobreno and @HiDeoo in #46 (50667)