Skip to content

Latest commit

Β 

History

History
298 lines (143 loc) Β· 11.2 KB

CHANGELOG.md

File metadata and controls

298 lines (143 loc) Β· 11.2 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

v0.5.6...v0.6.0

compare changes

πŸš€ Enhancements

  • Add unwatch functions (#82)

🩹 Fixes

  • server: Fix typo in 405 statusMessage (#84)
  • cloudflare-kv-http: HasItem and getItem (#81)

πŸ“– Documentation

  • Fix storageServer.handle example (#83)

🏑 Chore

  • Update h3 to 0.8.0 and other dependencies to latest (7ffb38f)
  • Fix ci (b3a249f)
  • Ignore local test files (38ae640)
  • Swtich to changelogen (e6234c4)

❀️ Contributors

  • Alexander Lichter
  • Pooya Parsa
  • Qin Guan
  • Sacha STAFYNIAK

0.5.0 (2022-06-13)

⚠ BREAKING CHANGES

  • rename cloudflare-kv to cloudflare-kv-binding

Features

0.4.1 (2022-05-04)

Features

  • expose key utils normalizeKey, joinKeys and normalizeBaseKey (be81fa8)

0.4.0 (2022-05-02)

⚠ BREAKING CHANGES

  • use ./dist for all subpath exports

Features

Bug Fixes

build

  • use ./dist for all subpath exports (4f2a211)

0.3.3 (2021-11-18)

Bug Fixes

0.3.2 (2021-11-05)

Features

  • create driver for Cloudflare KV store (#30) (5f2f677)

0.3.1 (2021-11-04)

Bug Fixes

  • build: use cjs extension for drivers (#29) (e42cea2)

0.3.0 (2021-10-22)

⚠ BREAKING CHANGES

  • pkg: update depenencies and use explicit cjs extension

Features

  • pkg: update depenencies and use explicit cjs extension (477aa26)

0.2.9 (2021-10-06)

Features

  • allow driver getKey to receive base key (#26) (9fd89b1)

0.2.8 (2021-09-09)

Bug Fixes

  • prefixStorage: handle when key is not provided (#18) (3c754cb)

0.2.7 (2021-09-09)

0.2.6 (2021-09-08)

Features

  • namespaced storage (prefixStorage) (d58beaa)

0.2.5 (2021-09-08)

Features

  • support readonly drivers without setItem, removeItem and clear (22de631)

0.2.4 (2021-09-08)

Features

Bug Fixes

  • omit meta keys for getKeys (34dec7d)

0.2.3 (2021-06-07)

Bug Fixes

0.2.2 (2021-05-24)

Bug Fixes

0.2.1 (2021-05-24)

Bug Fixes

  • pkg: use unbuild and fix drivers/* export (251182b)

0.2.0 (2021-05-24)

⚠ BREAKING CHANGES

  • update dependencies and use mjs for drivers build

Bug Fixes

  • http: use isolated utils (fc4b23b)

  • update dependencies and use mjs for drivers build (e7a6c27)

0.1.6 (2021-05-24)

Bug Fixes

  • fallback value for readdir (ea7d73b)

0.1.5 (2021-04-16)

Bug Fixes

  • fs: race condition for ensuredir (437cc76)

0.1.4 (2021-04-14)

0.1.3 (2021-04-14)

Features

0.1.2 (2021-03-24)

Bug Fixes

  • fs-drivers: typo in error message (0e7e063)
  • pkg: avoid extra index build (5233de6)

0.1.1 (2021-03-13)

Bug Fixes

  • move defineDriver to driver/utils (6ddaceb)

0.1.0 (2021-03-13)

⚠ BREAKING CHANGES

  • restoreSnapshot
  • simplify mount usage

Features

  • allow passing default driver to factory fn (bbca3c3)
  • restoreSnapshot (6e75a61)
  • simplify mount usage (3eccf84)

Bug Fixes

0.0.4 (2021-03-12)

Bug Fixes

0.0.3 (2021-03-11)

Features

  • unstorage command for standalone server (171eb37)
  • server: returns keys on get if val not found (79fd997)
  • support more http methods (45d4771)
  • support storage server (5240591)

Bug Fixes

  • handle mountpoints qurty shorter than mountpoint (9cc1904)

0.0.2 (2021-03-11)

Features

Bug Fixes

  • add mount prefix to watch key (0bb634d)

0.0.1 (2021-03-11)

Features

Bug Fixes