All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.2.5 (2021-09-08)
- support readonly drivers without
setItem
,removeItem
andclear
(22de631)
0.2.4 (2021-09-08)
- omit meta keys for
getKeys
(34dec7d)
0.2.3 (2021-06-07)
0.2.2 (2021-05-24)
0.2.1 (2021-05-24)
- pkg: use unbuild and fix drivers/* export (251182b)
0.2.0 (2021-05-24)
- update dependencies and use mjs for drivers build
0.1.6 (2021-05-24)
- fallback value for readdir (ea7d73b)
0.1.5 (2021-04-16)
- fs: race condition for ensuredir (437cc76)
0.1.4 (2021-04-14)
0.1.3 (2021-04-14)
- redis driver (7562af2)
0.1.2 (2021-03-24)
0.1.1 (2021-03-13)
- move defineDriver to driver/utils (6ddaceb)
0.1.0 (2021-03-13)
- restoreSnapshot
- simplify mount usage
- allow passing default driver to factory fn (bbca3c3)
- restoreSnapshot (6e75a61)
- simplify mount usage (3eccf84)
- pkg: fix exports (a846fc0)
0.0.4 (2021-03-12)
- http: getKeys await (59b87c5)
0.0.3 (2021-03-11)
- 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)
- handle mountpoints qurty shorter than mountpoint (9cc1904)
0.0.2 (2021-03-11)
- add mount prefix to watch key (0bb634d)