UNPKG

bedrock-web-local-vc-store

Version:

A JavaScript library for locally storing Verifiable Credentials for Bedrock web apps.

53 lines (34 loc) 1 kB
# bedrock-web-local-vc-store Changelog ## 3.0.1 - 2021-09-10 ### Fixed - Enable database compaction on pouchdb. ## 3.0.0 - 2021-08-19 ### Added - **BREAKING**: Adds `edv`, `invocationSigner`, and `profileId` params to constructor. - Added encryption to db entries. ### Removed - **BREAKING**: Removed `profileId` param from all functions. ## 2.2.0 - 2021-07-30 ### Added - Add `content.type` param to `find()`. ## 2.1.0 - 2021-07-09 ### Added - Add `meta.issuer` index field and fix `_query`. ## 2.0.0 - 2021-06-10 ### Added - Adds `profileId` param to all functions. ### Changed - Fixes issue with indexing. ### Removed - **BREAKING**: Removed `profileId` param from constructor. ## 1.1.0 - 2021-05-28 ### Added - Adds `match` API. - Use `p-map@4`. v4 is being used because the ESM v5 does does not function properly with our tooling, specifically `mocha`. ### Changed - Updates `find` API to accept an optional `type` parameter. ## 1.0.0 - 2021-05-06 ### Added - Initial commit.