Releases: enzonotario/vitepress-openapi
Releases · enzonotario/vitepress-openapi
v0.0.3-alpha.54
🚀 Features
- OARemoteSpec component && Sandbox - by @enzonotario in #138 (21d30)
- OARemoteOperation - by @enzonotario in #139 (9136b)
- security: Support multiple security schemes - by @enzonotario in #140 (584ab)
- servers: Default/custom/multiple - by @enzonotario in #136 (ee9e2)
View changes on GitHub
v0.0.3-alpha.53
🚀 Features
- i18n: Dynamic locale and OALocaleSelect component - by @enzonotario in #137 (2eb37)
View changes on GitHub
v0.0.3-alpha.52
🐞 Bug Fixes
- sidebar: Change collapsable by collapsible option - by @enzonotario in #135 (8e243)
View changes on GitHub
v0.0.3-alpha.51
🚀 Features
- examples:
- Allows to show them wrapped or in columns - by @enzonotario (75abc)
- parameters:
- Show constraints like format, default, etc - by @enzonotario (412a1)
- Show multiple examples - by @enzonotario (f93ca)
- schema:
- Handle array of items without type - by @enzonotario in #134 (465db)
- sidebar:
- Generate items by Paths - by @enzonotario in #132 (cb1dd)
View changes on GitHub
v0.0.3-alpha.50
🚀 Features
- Operation: Tags slot - by @enzonotario (17752)
🐞 Bug Fixes
- playground: Selected auth scheme - by @enzonotario (23867)
View changes on GitHub
v0.0.3-alpha.49
🚀 Features
- Schema:
- Refactor schema parser to be more performant and support more types - by @enzonotario in #122 (71deb)
- i18n:
- Add
pt-BR
locale - by @enzonotario in #122 (71deb)
- Add
🐞 Bug Fixes
- oneOf: Add support for schema with
oneOf
items - by @enzonotario in #122 (71deb)
View changes on GitHub
v0.0.3-alpha.48
🚀 Features
- useSidebar:
- MethodAliases option to customize method bag - by @enzonotario in #121 (50d18)
- useTheme:
- Add
defaultTagDescription
config - by @enzonotario in #114 (238d4) - Allows to customize CodeSamples langs/generator - by @enzonotario in #116 (4636f)
- Add
🐞 Bug Fixes
- PathsSummary: Allows to navigate to Operations with {} chars - by @enzonotario in #117 (7ff03)
View changes on GitHub
v0.0.3-alpha.47
🐞 Bug Fixes
- spec: Generate defaultTag for operations that has no tags - by @enzonotario in #106 (933cc)
View changes on GitHub
v0.0.3-alpha.46
🚀 Features
- OASpec: Allows to specify tags - by @enzonotario (c2ff0)
- usePaths: Add
getTags
to generate pages based on tags - by @enzonotario (de893) - useSidebar: Add
itemsByTags
to generate sidebar based on tags - by @enzonotario (c7139)
View changes on GitHub
v0.0.3-alpha.45
🐞 Bug Fixes
- operation slots: Include Parameters slots by default - by @enzonotario (78e67)