Skip to content

Latest commit

 

History

History
137 lines (53 loc) · 3.22 KB

CHANGELOG.md

File metadata and controls

137 lines (53 loc) · 3.22 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2.1.3 (2022-09-25)

Bug Fixes

2.1.1 (2022-03-03)

Note: Version bump only for package @kvs/storage

2.0.0 (2022-02-19)

Bug Fixes

BREAKING CHANGES

  • storage: storage package sperate storags by name option

Affected Packages

  • @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)

Features

  • types: Use Key Remapping in Mapped Types. (#17) (7c099be)

BREAKING CHANGES

  • types: require TypeScript 4.1+

It aims to support to following schema:

const storage = kvs<{
    [index: string]: string;
}>;

1.1.0 (2020-10-29)

Features

1.0.0 (2020-08-22)

Note: Version bump only for package @kvs/storage

0.3.0 (2020-08-22)

Features

  • storage-sync: add storage-sync package (#11) (5748776)

0.2.1 (2020-08-22)

Note: Version bump only for package @kvs/storage

0.2.0 (2020-08-08)

Features

  • @kvs/indexeddb: migrate Schema Type (ec143e2)
  • @kvs/localstorage: migrate to Schema type (0c84640)
  • storage: use Schema interface (2560aae)

0.1.0 (2020-08-08)

Bug Fixes

Features

  • @kvs/node-localstorage: add node implementation (5160012)
  • add close() to interface (a269d1d)