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.2 (2022-08-21)
- kvs/env: module entry point to browser (b8529ad)
2.1.1 (2022-03-03)
Note: Version bump only for package root
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
0.3.1 (2020-08-22)
Note: Version bump only for package kvs
0.3.0 (2020-08-22)
0.2.1 (2020-08-22)
Note: Version bump only for package kvs
0.2.0 (2020-08-08)
- @kvs/env: migrate Schema Type (0951d08)
- @kvs/indexeddb: migrate Schema Type (ec143e2)
- @kvs/localstorage: migrate to Schema type (0c84640)
- @kvs/memorystorage: migrate to Schema type (84d75f4)
- storage: use Schema interface (2560aae)
- add deps (b72e91a)
- @kvs/localstorage: add localstorage implementation (54fc38b)
- @kvs/memorystorage: add in memory implementation (553247b)
- @kvs/node-localstorage: add node implementation (5160012)
- @lvs/env: add universal env (36eef88)
- add
close()
to interface (a269d1d) - add debug options (75a083e)
- kvs/indexeddb: add [Symbol.asyncIterator] (68392d4)
- kvs/indexeddb: add dropInstance (0a38a0c)
- kvs/indexeddb: implement basic usage (cc14444)