Releases: johannschopplich/nuxt-api-party
Releases · johannschopplich/nuxt-api-party
v0.12.0
v0.11.4
🐞 Bug Fixes
- Use resolved runtime and module options closes #24 - by @johannschopplich in #24 (a6312)
🏎 Performance
- Remove
Headers
ssr check - by @johannschopplich (d8f7d) - Remove
readBody
Nitro workaround Reference: nitrojs/nitro#912 - by @johannschopplich (a403e)
View changes on GitHub
v0.11.3
🐞 Bug Fixes
- Add missing
getRequestHeader
import - by @johannschopplich in #22 (8db26)
View changes on GitHub
v0.11.2
v0.11.1
🚨 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
🚀 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
🐞 Bug Fixes
- Ensure custom
cache
types are used - by @johannschopplich (663d0)
View changes on GitHub
v0.10.4
v0.10.3
🚨 Breaking Changes
- Remove
FormData
ponyfill in favor of native implementation for Node 16+ - by @johannschopplich (9d398)
View changes on GitHub
v0.10.2
🚀 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)