Releases: Kycermann/deno-kv-plus
Releases · Kycermann/deno-kv-plus
⭐ Get more `value` with v1.1
🔥 The value
in v1.1.0:
- The
setSafeAtomic
return object now containsvalue
- the most up-to-date object in Deno KV - The
setSafeAtomicMany
return object containsvalues
- Docs now point to a specific version of the library- to keep your code safe
- Backwards compatible
🚀 Introducing Deno KV Plus
I am thrilled to announce the first release of Safe Atomic Transactions for Deno KV! This powerful package combines safety and reliability to elevate your Deno KV projects.
🔥 What's in v1.0.0
- 🛡️ Safety First: Eliminate the worry of updates being overwritten and depend on calculations/renderings based on the latest data.
- 🦾 Unwavering Reliability: Experience seamless transactions that fetch the freshest data, ensure successful writes, and allow for the aborting of invalid updates.
- 🤝 Compatibility: With zero dependencies, this package is designed to complement your projects without compromising compatibility.
Jump right in and enjoy atomic transactions for your Deno KV project! Happy developing! 🎉