Releases: nuxt-hub/core
v0.3.9
v0.3.8
v0.3.7
v0.3.6
v0.3.5
v0.3.4
🚀 Enhancements
The remote storage is now capable to connect to the correct environment (production or preview) based on your branch 🚀
Read more about it on https://hub.nuxt.com/docs/getting-started/remote-storage#production-vs-preview and see how it's implemented in #24
We also now leverages nitro-cloudflare-dev
(#22) to work hand-in-hand with the community to push the Cloudflare integration in both Nuxt & Nitro forward.
📖 Documentation
🏡 Chore
- Update deps (64ee799)
v0.3.3
✨ Enhancements
We added JS Docs comments to improve the usage of our server utils, we do care about the best developer experience when working with NuxtHub:
Thank you to @smarroufin for the PR #21
📖 Documentation
🏡 Chore
- playground: Remove remote option (362c345)
- Lint fix (9ed41d8)
- Add renovate (d31e7dc)
- Update deps (2ed17e0)
❤️ Contributors
- Sylvain Marroufin (@smarroufin)
- Sébastien Chopin (@Atinux)
- Nutchanon Taechasuk (@Quatton)
v0.3.2
🚀 Enhancements
- Support remote storage in production (#17)
Learn more on https://hub.nuxt.com/docs/getting-started/remote-storage
📖 Documentation
🏡 Chore
- Update wrangler (dc34459)
❤️ Contributors
v0.3.1
v0.3.0
🚀 Enhancements
We added the Nitro default cache binding to a KV namespace in order to support Nitro cachedEventHandler
and cachedFunction
with zero-configuration (e524bfe)
// server/api/cached.ts
export default cachedEventHandler(async () => {
return {
now: Date.now()
}
}, {
// cache for 10 seconds
maxAge: 10
})
CACHE
, see https://hub.nuxt.com/docs/getting-started/deploy#self-hosted
We also added the possibility to batch delete blobs using an array of pathnames (5c424c8)
await hubBlob().delete(['my-file.jpg', 'second-file.jpg'])
📖 Documentation
- Correct capitalisation for Cloudflare (#8)
- Update 3.deploy.md (#6)
- Update 3.deploy.md (#7)
- Update 3.deploy.md (#10)
- GitHub edit link for content in app.config.ts (#11)
- Update twitter link (13a57f3)
- Fix code snippet in 3.blob.md (#12)
- Move font to Inter (fae96d4)
- Improve content and add cache note (d4c98d3)
🏡 Chore
- Lint fix (a8af37c)
🤖 CI
- Remove
contents: read
permission as repo is now public (68fc0b4)
❤️ New Contributors
- @weaverfy made their first contribution in #6
- @RihanArfan made their first contribution in #8
- @ra-jeev made their first contribution in #10
- @OskarKinomoto made their first contribution in #12
Full Changelog: v0.2.1...v0.3.0