Releases: johannschopplich/nuxt-api-party
Releases · johannschopplich/nuxt-api-party
v3.4.2
🐞 Bug Fixes
- Non-SSR usage together with
client: false- by @froozeify in #141 (6200e)
View changes on GitHub
v3.4.1
🐞 Bug Fixes
- Improve schema resolution on Windows - by @johannschopplich (8252c)
View changes on GitHub
v3.4.0
🚀 Features
- Add
$apidefaults via plugin and allow custom$fetch- by @mattmess1221 and Copilot in #136 (c466e)
View changes on GitHub
v3.3.0
🚀 Features
- Add chokidar for local schema file watching - by @mattmess1221 in #135 (57971)
View changes on GitHub
v3.2.0
🚀 Features
- Add back support for Nuxt 3.18+ - by @johannschopplich in #134 (fd21d)
View changes on GitHub
v3.1.2
🐞 Bug Fixes
- Add missing OpenAPI type helper imports - by @johannschopplich (db36f)
View changes on GitHub
v3.1.1
🐞 Bug Fixes
- Extend Nitro hook types for Nuxt 4 TS configs - by @johannschopplich (48bee)
View changes on GitHub
v3.1.0
v3.0.2
🐞 Bug Fixes
- Mark
openapi-typescriptas optional - by @johannschopplich (32367) - Improve logic for disabling caching - by @mattmess1221 in #132 (01a10)
- Allow more options to be refs in data composables - by @mattmess1221 in #130 (43411)
- test,playground: Update app structure for nuxt 4 - by @mattmess1221 in #129 (8398f)
View changes on GitHub
v3.0.1
🐞 Bug Fixes
- Specify return type for internal
_useApiDatafunction - by @johannschopplich (99e86)