Releases: nuxt-hub/core
Releases · nuxt-hub/core
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
v0.2.1
🩹 Fixes
- Better handle remote storage for utils (178d95c)
📖 Documentation
- Add content components and improve og image (bfa179e)
- Update deps (fde3364)
- Rename to db:generate (fc485b0)
- Add prose-a in tip component (d1f0942)
- Add template (156fd22)
- Fixes (de43c76)
- Fix
wrangler
installation snippets fornpm
&bun
(#3)
🏡 Chore
- Update social card to jpg (412911c)
- Update ci (7c857e5)
- Disable test in CI as they timeout for now (57386c3)
- package: Add homepage (e9c371d)
- Correct wording in readme (#5)
- Rename local data to local storage (ab7e216)
❤️ Contributors
- Sébastien Chopin (@Atinux)
- Ben
- Brad Veryard
- Sylvain Marroufin (@smarroufin)
v0.2.0
v0.1.15
📖 Documentation
- Improve blob (66d8c9e)
🏡 Chore
- playground: Add whitelist route (49df540)
- seo: Social image (998decf)
- docs: Methods params (394a044)
- Rename use to hub prefix to avoid collision with Nitro (ec7e13f)
- Rename proxy and .hub to
.data/hub
(5d73b42)
❤️ Contributors
- Sébastien Chopin (@Atinux)
- Sylvain Marroufin (@smarroufin)