Skip to content

Latest commit

 

History

History
167 lines (80 loc) · 6.48 KB

CHANGELOG.md

File metadata and controls

167 lines (80 loc) · 6.48 KB

Changelog

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

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