Releases: johannschopplich/nuxt-api-party
Releases · johannschopplich/nuxt-api-party
v0.22.2
🐞 Bug Fixes
- Error message if no endpoints are set - by @johannschopplich (bac9e)
View changes on GitHub
v0.22.1
No significant changes
View changes on GitHub
v0.22.0
🐞 Bug Fixes
- server:
- Limit which options can be passed to
ofetch
- by @johannschopplich (8c26a) - Block bypassing absolute URL with leading whitespace - by @johannschopplich (72762)
- Limit which options can be passed to
View changes on GitHub
v0.21.3
🐞 Bug Fixes
- Form data serialization with multiple values fixes #60 - by @johannschopplich in #60 (bb120)
View changes on GitHub
v0.21.2
No significant changes
View changes on GitHub
v0.21.1
🐞 Bug Fixes
- Compatibility with
clearNuxtData
- by @johannschopplich (55386) - OpenAPI: Strict
never
schema when generation fails - by @johannschopplich (c1345)
View changes on GitHub
v0.21.0
🚨 Breaking Changes
- Always fetch client-side when Nuxt SSR is disabled - by @johannschopplich (46c8d)
View changes on GitHub
v0.20.1
🐞 Bug Fixes
- Pass missing controller
signal
- by @johannschopplich (4cc65) - Custom key not being used - by @johannschopplich in #55 (4a749)
- Use generics to allow for transform - by @brawaru in #53 (22561)
View changes on GitHub
v0.20.0
🚨 Breaking Changes
- Use
key
option for custom cache key - by @johannschopplich (17184)
View changes on GitHub
v0.19.0
🚨 Breaking Changes
- Use
cache
option for custom cache key - by @johannschopplich (d6851)