api-party
Go to documentationNuxt 3 module to securely connect with any API – server proxy & dynamic composable names
v0.11.3 by
github-actions[bot]
🐞 Bug Fixes
- Add missing
getRequestHeader
import - by @johannschopplich in #22 (8db26)
View changes on GitHub
v0.11.2 by
github-actions[bot]
v0.11.1 by
github-actions[bot]
🚨 Breaking Changes
- Use kebab-cased custom endpoint header - by @johannschopplich (e9f8b)
🏎 Performance
- Send cookies only if enables - by @johannschopplich (d043d)
View changes on GitHub
v0.11.0 by
github-actions[bot]
🚀 Features
- Allow passing on cookies and change backend url by header - by @mbaertschi and @johannschopplich in #21 (bf028)
View changes on GitHub
v0.10.5 by
github-actions[bot]
v0.10.4 by
github-actions[bot]
v0.10.3 by
github-actions[bot]
🚨 Breaking Changes
- Remove
FormData
ponyfill in favor of native implementation for Node 16+ - by @johannschopplich (9d398)
View changes on GitHub
v0.10.2 by
github-actions[bot]
🚀 Features
- Support
File
name for serialization - by @johannschopplich (6d20c)
🐞 Bug Fixes
- Include workspace in
tsconfig.json
- by @johannschopplich (ac151) - Import
Buffer
fromnode:buffer
- by @johannschopplich (e4448)
View changes on GitHub
v0.10.1 by
github-actions[bot]
🐞 Bug Fixes
- Prepare unkown instance types for Nuxt 3.3+ - by @johannschopplich (5810b)
- cloudflare: Handle
readBody
bug in h3 Reference: unjs/nitro#912 - by @johannschopplich (66bee)
View changes on GitHub
v0.10.0 by
github-actions[bot]
🚨 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 by
github-actions[bot]
v0.9.3 by
github-actions[bot]
No significant changes
View changes on GitHub
v0.9.2 by
github-actions[bot]
🚀 Features
- Simplify option type & support all async data options - by @johannschopplich (500d4)
View changes on GitHub
v0.9.1 by
github-actions[bot]
No significant changes
View changes on GitHub
v0.9.0 by
github-actions[bot]
🚀 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 by
github-actions[bot]
🚀 Features
- Allow all fetch options for
$apiParty
- by @johannschopplich (f08b2)
View changes on GitHub
v0.8.1 by
github-actions[bot]
🚀 Features
- Experimental
client
fetching forusePartyData
- by @johannschopplich (60d53)
View changes on GitHub
v0.8.0 by
github-actions[bot]
🚀 Features
- Experimental client-side fetching for
$apiParty
- by @johannschopplich (8aca8)
View changes on GitHub
v0.7.2 by
github-actions[bot]
🏎 Performance
- Use
formdata-node
with lazy import if FormData is unsupported - by @johannschopplich (2ab8a)
View changes on GitHub
v0.7.1 by
github-actions[bot]
🐞 Bug Fixes
- Don't hash
FormData
- by @johannschopplich (71f37) - H3 event context params are available - by @johannschopplich (8ba0d)
View changes on GitHub
v0.7.0 by
github-actions[bot]
🚀 Features
- Forward API response error status code, message & data - by @johannschopplich (5b2e5)
🐞 Bug Fixes
- Typing issues with Nuxt 3.1.0+ - by @johannschopplich (cdb88)
View changes on GitHub
v0.6.5 by
github-actions[bot]
🚀 Features
- Hash body for cache key as well Closes #9 - by @johannschopplich in #9 (38a71)
View changes on GitHub
v0.6.4 by
github-actions[bot]
🐞 Bug Fixes
- Inline server utils into Nitro runtime - by @johannschopplich (5c7b5)
View changes on GitHub
v0.6.3 by
github-actions[bot]
v0.6.2 by
github-actions[bot]
v0.6.1 by
github-actions[bot]
v0.6.0 by
github-actions[bot]
v0.5.6 by
github-actions[bot]
🐞 Bug Fixes
- Computed key to watch endpoint fetch options - by @johannschopplich (dda93)
View changes on GitHub
v0.5.5 by
github-actions[bot]
🐞 Bug Fixes
- API paths with multiple path segments - by @johannschopplich (1d81a)
View changes on GitHub
v0.5.4 by
github-actions[bot]
v0.5.3 by
github-actions[bot]
No significant changes
View changes on GitHub
v0.5.2 by
github-actions[bot]
🐞 Bug Fixes
- Cache fetch responses client-side (workaround) Relates to nuxt/framework#8885 Relates to nuxt/framework#8917 - by @johannschopplich in #8885 and #8917 (3590b)
View changes on GitHub
v0.5.1 by
github-actions[bot]
No significant changes
View changes on GitHub
v0.5.0 by
github-actions[bot]
v0.4.4 by
github-actions[bot]
v0.4.2 by
github-actions[bot]
No significant changes
View changes on GitHub
v0.4.1 by
github-actions[bot]
v0.4.0 by
github-actions[bot]
🚀 Features
query
,method
andbody
fetch options Closes #2 - by @johannschopplich in #2 (9e7ca)
View changes on GitHub
v0.3.1 by
github-actions[bot]
🚀 Features
- Allow to keep default endpoint with custom ones - by @johannschopplich (aeeb2)
View changes on GitHub
v0.3.0 by
github-actions[bot]
🚀 Features
- Multiple API endpoints Closes #1 - by @johannschopplich in #1 (1d4cb)
View changes on GitHub
v0.2.1 by
github-actions[bot]
🐞 Bug Fixes
- Pass global headers to server-side request - by @johannschopplich (8d0ab)
View changes on GitHub
v0.2.0 by
github-actions[bot]
No significant changes
View changes on GitHub
v0.1.9 by
github-actions[bot]
🐞 Bug Fixes
- Print token warning only if token and headers are empty - by @johannschopplich (b0eb5)
View changes on GitHub
v0.1.8 by
github-actions[bot]
v0.1.7 by
github-actions[bot]
🚀 Features
- Expose
server
async data option - by @johannschopplich (dbe1f)
🐞 Bug Fixes
- Don't throw warning if any custom headers are set - by @johannschopplich (5d73d)
View changes on GitHub
v0.1.6 by
github-actions[bot]
No significant changes
View changes on GitHub
v0.1.4 by
github-actions[bot]
v0.1.2 by
github-actions[bot]
v0.1.1 by
github-actions[bot]
🏎 Performance
- Simplify composable wrapper logic - by @johannschopplich (578d2)
View changes on GitHub
v0.1.0 by
github-actions[bot]
No significant changes