Skip to content

Releases: willgm/web-crypto-storage

v3.1.0

22 Dec 22:39
Compare
Choose a tag to compare

3.1.0 (2022-12-22)

Features

  • support for TypeScript 4.9 (c329a34)

v3.0.0

17 Feb 19:29
Compare
Choose a tag to compare

3.0.0 (2022-02-17)

Features

BREAKING CHANGES

  • Some type definitions on the public API needed to be changed due to TypeScript

v2.0.3

16 Feb 14:55
Compare
Choose a tag to compare

2.0.3 (2022-02-16)

Bug Fixes

  • updating all non breaking dependencies (c4bda2b)

v2.0.2

26 Oct 23:15
Compare
Choose a tag to compare

2.0.2 (2020-10-26)

Bug Fixes

  • deps: updating main dependencies (e4e527f)

v2.0.1

16 Sep 22:22
Compare
Choose a tag to compare

2.0.1 (2020-09-16)

Bug Fixes

  • update: bump dependencies (9489e25)

v2.0.0

20 Jul 22:40
Compare
Choose a tag to compare

2.0.0 (2020-07-20)

Bug Fixes

  • crypto-service: persist the salt again after cleaning all data (89f9728)
  • naming: better name to describe the intent of the project (55d58f8)
  • storage-service: use a standard interface to set and get data (dfd54bc)

Features

  • delete: method to delete individual data by their key (74efe28)

BREAKING CHANGES

  • storage-service: load -> get, save -> set, delete -> deleteDB
  • naming: @webcrypto/store -> @webcrypto/storage, CryptoStore -> CryptoStorage

v1.0.0

17 Jul 20:54
Compare
Choose a tag to compare

1.0.0 (2020-07-17)

Features

  • crypto-store: first stable version (9e9417e)