All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- [store] remove dep on
@cross/env
- [store-node-fs] Node.js compatible file storage
- [store-deno-kv] & [store-deno-kv-fs] renamed
getKv()
togetDenoKv()
- [store-deno-kv/get-deno-kv] utility function
getDenoKv()
to obtainDeno.Kv
from a store if it exposes agetDenoKv()
function
- stricter TS options, add
import type
where necessary
- [store] use cross-platform env var checking
- [store-deno-kv] & [store-deno-kv-fs] export
getKv()
function
- [store-no-op] a no-op implementation of the interface
- Initial release on JSR