Skip to content

v0.7.10

Compare
Choose a tag to compare
@atinux atinux released this 06 Sep 20:49
· 33 commits to main since this release
ecb0c3f

compare changes

🚀 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 })

Read the docs.

We also added support for defining compatibility date & flags for advanced use cases (pull request #264).

🩹 Fixes

  • blob: Handle FileList in useUpload() (#260)

❤️ Contributors