Releases: oliver-oloughlin/kvdex
Releases · oliver-oloughlin/kvdex
2.1.1
2.1.0
- feat: support for alternative KV backends, such as
Map
andlocalStorage
thorugh the kv extension - feat: secondary ordering of documents using secondary indices
- fix: make model optional for collections to improve JS support
2.0.2
2.0.1
- fix: expanded base kv interface to increase compatibility with different kv backends
2.0.0
- feat: Cancellable watchers
- feat: Infer type of document IDs
- feat: Full native compatibility with Zod schemas (removed
zodModel()
helper function) - fix: renamed
resultLimit
option totake
to avoid confusion with thelimit
option - chore: Updated dependencies (use std 1.0)
- chore: Update documentation
1.0.2
1.0.1
- feat: support for Float16Array
1.0.0
- feat: added Deno KV substitute types for runtime interoperability (Deno, Node.js, Bun)
- feat: added uncompressed versions of serializers
v8
andjson
- fix: added key size limit for batched atomic operations
- chore: updated documentation
0.36.1
- fix: updated supported Deno version