Releases: nuxt-hub/core
Releases · nuxt-hub/core
v0.7.14
v0.7.13
v0.7.12
🚀 Enhancements
- Add support for Async Local Storage (#272)
it is now possible to call useEvent()
to get the current request in your server utils without having to pass it from the event handler, this will open many new possibilities in the future!
The browser rendering docs now included a PDF Generation section: https://hub.nuxt.com/docs/features/browser#pdf-generation
📖 Documentation
❤️ Contributors
- Sébastien Chopin (@atinux)
v0.7.11
🚀 Enhancements
- Add support for browser rendering (#271)
Read the docs on https://hub.nuxt.com/docs/features/browser
❤️ Contributors
- Sébastien Chopin (@atinux)
v0.7.10
🚀 Enhancements
Add support for expiration keys (using ttl
) for hubKB()
(pull request #265).
// will stay only one minute in the database
await hubKV().set('vue:nuxt', { year: 2016 }, { ttl: 60 })
We also added support for defining compatibility date & flags for advanced use cases (pull request #264).
🩹 Fixes
- blob: Handle
FileList
inuseUpload()
(#260)
❤️ Contributors
v0.7.9
v0.7.8
🩹 Fixes
- Correct typo in error message (#251)
📖 Documentation
- Update postgres (3eda06a)
- Add AI templates (62661ad)
- Various improvements (3274bf0)
- Improve styling (2756223)
- Move features above (4b32c7d)
- Document
useChat()
from Vercel AI SDK (#250)
🏡 Chore
❤️ Contributors
- Sébastien Chopin (@atinux)
- Rajeev R Sharma (@ra-jeev)
- Rihan (@RihanArfan)