-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [2.0.0](v1.0.0...v2.0.0) (2020-07-20) ### Bug Fixes * **crypto-service:** persist the salt again after cleaning all data ([89f9728](89f9728)) * **naming:** better name to describe the intent of the project ([55d58f8](55d58f8)) * **storage-service:** use a standard interface to set and get data ([dfd54bc](dfd54bc)) ### Features * **delete:** method to delete individual data by their key ([74efe28](74efe28)) ### BREAKING CHANGES * **storage-service:** load -> get, save -> set, delete -> deleteDB * **naming:** @webcrypto/store -> @webcrypto/storage, CryptoStore -> CryptoStorage
- Loading branch information
1 parent
1df964a
commit 40daab6
Showing
8 changed files
with
526 additions
and
476 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.