Releases: johannschopplich/nuxt-api-party
Releases · johannschopplich/nuxt-api-party
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)
View changes on GitHub
v0.18.1
🐞 Bug Fixes
- Always prefix cache key with
$apiParty
- by @johannschopplich (2a75c)
🏎 Performance
- Simplify headers to object conversion - by @johannschopplich (d2b7c)
View changes on GitHub
v0.18.0
v0.17.1
🐞 Bug Fixes
View changes on GitHub
v0.17.0
🚨 Breaking Changes
- Pass-through response status and headers to client - by @killjoy1221 and @johannschopplich in #44 (5a76b)
🐞 Bug Fixes
- Error type in useAsyncData is a FetchError - by @killjoy1221 in #38 (8e4a1)
- Type path imports from
#nuxt-api-party
- by @johannschopplich (9bd21)
View changes on GitHub
v0.16.4
🐞 Bug Fixes
- Allow
pathParams
to be reactive getter - by @killjoy1221 and @johannschopplich in #39 (41bd3) - Actually resolve the ref in resolvePath - by @killjoy1221 in #40 (be349)
View changes on GitHub
v0.16.3
v0.16.2
🐞 Bug Fixes
- Only pass
IFetchError
type - by @johannschopplich (cf878) - Omit
cache
fromNitroFetchOptions
- by @killjoy1221 in #37 (3a549)