Skip to content

Latest commit

 

History

History
385 lines (187 loc) · 13.6 KB

CHANGELOG.md

File metadata and controls

385 lines (187 loc) · 13.6 KB

Changelog

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

v1.1.5

compare changes

🏡 Chore

❤️ Contributors

v1.1.4

compare changes

🩹 Fixes

  • Strip query param from keys (cc3ebb7)

❤️ Contributors

v1.1.3

compare changes

🩹 Fixes

  • Allow stringify array (#147)

❤️ Contributors

v1.1.2

compare changes

📦 Build

❤️ Contributors

v1.1.1

compare changes

📦 Build

  • Fix output drivers to top level drivers (ff3959c)

❤️ Contributors

v1.1.0

compare changes

🚀 Enhancements

  • Serialize values implementing toJSON() (#139)
  • Experimental raw data support (#141)
  • driver: Add planetscale driver (#140)
  • fs: Support readOnly and noClear options (f2dddbd)
  • fs: Support birthtime and ctime meta (#136)
  • lru-cache driver (#146)

🩹 Fixes

  • cloudflare: Pass params to kv request (#138)
  • planetscale: Use birthtime for created_at value (#144)
  • Update driver defenition types (#143)

💅 Refactors

  • Use type import for node builtin (#133)

📖 Documentation

  • Fix readme typo (#134)
  • Add experimental link for raw support (98a6466)

📦 Build

  • Provide backwards-compatible type entries (#132)

🏡 Chore

🎨 Styles

  • Format and lint code (fd4e006)
  • Format readme with prettier (ec7c7c2)

❤️ Contributors

1.0.1 (2022-11-15)

1.0.0 (2022-11-15)

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