Skip to content

Latest commit

 

History

History
66 lines (31 loc) · 2.6 KB

CHANGELOG.md

File metadata and controls

66 lines (31 loc) · 2.6 KB

3.1.0 (2022-12-22)

Features

  • support for TypeScript 4.9 (c329a34)

3.0.0 (2022-02-17)

Features

BREAKING CHANGES

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

2.0.3 (2022-02-16)

Bug Fixes

  • updating all non breaking dependencies (c4bda2b)

2.0.2 (2020-10-26)

Bug Fixes

  • deps: updating main dependencies (e4e527f)

2.0.1 (2020-09-16)

Bug Fixes

  • update: bump dependencies (9489e25)

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

1.0.0 (2020-07-17)

Features

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