Releases: johannschopplich/nuxt-api-party
Releases · johannschopplich/nuxt-api-party
v2.2.2
🐞 Bug Fixes
headers
field name and type for OpenAPI schema - by @mattmess1221 in #101 (950a4)
View changes on GitHub
v2.2.1
Note
Check out the brand new Nuxt and Nitro hooks for server and client request and response handling!
No significant changes
View changes on GitHub
v2.2.0
Note
Check out the brand new Nuxt and Nitro hooks for server and client request and response handling!
🚀 Features
- Add runtime hooks for API request and response handling - by @mattmess1221 in #89 (68f62)
View changes on GitHub
v2.1.2
v2.1.1
🚀 Features
- Pass safe client-headers to server endpoint - by @johannschopplich in #66 (77f31)
🐞 Bug Fixes
- Await hook call in module extension - by @johannschopplich in #96 (79667)
View changes on GitHub
v2.1.0
🚀 Features
- Deprecate assigning function to schema in favor of
api-party:extend
hook - by @mattmess1221 and @johannschopplich in #88 (4a6af)
View changes on GitHub
v2.0.11
🐞 Bug Fixes
- Replace internal
tryResolveModule
usage with Jiti - by @johannschopplich (d3614) - OpenAPI: Extracting default fetch response data - by @johannschopplich (5390e)
View changes on GitHub
v2.0.10
🚀 Features
- Export request & response type shortcuts - by @johannschopplich (7c177)
🐞 Bug Fixes
- Add missing interceptors like
onRequest
to OpenAPI composable - by @johannschopplich in #84 (5708e)
View changes on GitHub
v2.0.9
v2.0.8
🚀 Features
- Upgrade
openapi-typescript-helpers
- by @johannschopplich (3d95a)
🐞 Bug Fixes
- Prerendering with Nuxt in v4 compat mode - by @johannschopplich (1c193)