Releases: johannschopplich/nuxt-api-party
Releases · johannschopplich/nuxt-api-party
v0.10.1
🐞 Bug Fixes
- Prepare unkown instance types for Nuxt 3.3+ - by @johannschopplich (5810b)
- cloudflare: Handle
readBody
bug in h3 Reference: nitrojs/nitro#912 - by @johannschopplich (66bee)
View changes on GitHub
v0.10.0
🚨 Breaking Changes
- Drop support for single API endpoint - by @johannschopplich (6b2aa)
ℹ️ Migration Guide
- If you're just using the
endpoints
module option, you don't have to migrate anything! - Please follow this guide 👉 nuxt-api-party.jhnn.dev/guide/migration
View changes on GitHub
v0.9.4
v0.9.3
No significant changes
View changes on GitHub
v0.9.2
🚀 Features
- Simplify option type & support all async data options - by @johannschopplich (500d4)
View changes on GitHub
v0.9.1
No significant changes
View changes on GitHub
v0.9.0
🚀 Features
- Use
event.$fetch
for server requests - by @johannschopplich (15d69) - Support
transform
for async data fetcher - by @johannschopplich in #12 (84a0d)
View changes on GitHub
v0.8.2
🚀 Features
- Allow all fetch options for
$apiParty
- by @johannschopplich (f08b2)
View changes on GitHub
v0.8.1
🚀 Features
- Experimental
client
fetching forusePartyData
- by @johannschopplich (60d53)
View changes on GitHub
v0.8.0
🚀 Features
- Experimental client-side fetching for
$apiParty
- by @johannschopplich (8aca8)