Skip to content

Latest commit

 

History

History
47 lines (26 loc) · 936 Bytes

CHANGELOG.md

File metadata and controls

47 lines (26 loc) · 936 Bytes

Changelog

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.

[0.4.0]

Changed

  • [store] remove dep on @cross/env

Added

  • [store-node-fs] Node.js compatible file storage

[0.3.0]

Changed

  • [store-deno-kv] & [store-deno-kv-fs] renamed getKv() to getDenoKv()

Added

  • [store-deno-kv/get-deno-kv] utility function getDenoKv() to obtain Deno.Kv from a store if it exposes a getDenoKv() function

Fixed

  • stricter TS options, add import type where necessary

[0.2.0]

Changed

  • [store] use cross-platform env var checking
  • [store-deno-kv] & [store-deno-kv-fs] export getKv() function

Added

  • [store-no-op] a no-op implementation of the interface

[0.1.0]

  • Initial release on JSR