All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
2.1.3 (2022-09-25)
2.1.1 (2022-03-03)
Note: Version bump only for package @kvs/indexeddb
2.1.0 (2022-03-02)
2.0.0 (2022-02-19)
- storage: storage package sperate storags by
name
option
@kvs/env
in Node.js- 📝 Browser is not affected because it uses IndexedDB
@kvs/storage
@kvs/localstorage
@kvs/memorystorage
@kvs/node-localstorage
@kvs/storage-sync
1.2.0 (2021-04-17)
- types: require TypeScript 4.1+
It aims to support to following schema:
const storage = kvs<{
[index: string]: string;
}>;
1.1.0 (2020-10-29)
1.0.0 (2020-08-22)
Note: Version bump only for package @kvs/indexeddb
0.3.1 (2020-08-22)
Note: Version bump only for package @kvs/indexeddb
0.3.0 (2020-08-22)
Note: Version bump only for package @kvs/indexeddb
0.2.1 (2020-08-22)
Note: Version bump only for package @kvs/indexeddb
0.2.0 (2020-08-08)
- @kvs/node-localstorage: add node implementation (5160012)
- add
close()
to interface (a269d1d) - @kvs/localstorage: add localstorage implementation (54fc38b)
- add debug options (75a083e)
- kvs/indexeddb: add [Symbol.asyncIterator] (68392d4)
- kvs/indexeddb: add dropInstance (0a38a0c)
- kvs/indexeddb: implement basic usage (cc14444)