Releases: nuxt-hub/core
Releases · nuxt-hub/core
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)
v0.7.7
v0.7.6
v0.7.5
v0.7.4
🩹 Fixes
- cache: Don't force nitro prefix (#239)
📖 Documentation
- Add video on landing page (7f450f1)
- Fix usage (d5d0864)
- Update the logo (dafa87a)
- Add YouTube link (8799f77)
- Add rss feeds (ab4a627)
- Improve landing page (a777038)
- Improve templates and add status page (8af0745)
- Fix typos in article (803591d)
- Fix modal size (e2d55c1)
- Add new testimonial (ba7b541)
- Update command palette links (983ac18)
- Improve pricing page (b4d8b80)
- Responsive improvements (5fab28a)
- No container needed for landing section (b771fe5)
- Add id for CF section (92130ab)
- Ai is in CF workers (644c3a8)
- Update templates page (2bb9786)
- Particules particules (be4f345)
- Improve hero (f1593a9)
- Improve last section (dc54523)
- Update readme (9445cd1)
❤️ Contributors
- Sébastien Chopin (@atinux)