0.11.0 (2021-08-06)
0.10.0 (2021-05-26)
Support for NodeJS v10 has been deprecated due to it now being EOL
0.9.0 (2021-04-05)
0.8.0 (2021-02-24)
- addresses bug with blank nodes that was breaking nested reveals (#96) (6c347fd), closes #91
- update blsCreateProof expected response to promise (#98) (2523b47)
- sample: update to v0.7.0 release (#80) (38747e6)
- add nonce parameter to deriveProof method (#100) (8d414d9)
- adds support for providing a proofDocument with multiple proofs (#82) (1bb9a17), closes #79
- bump bbs-signatures package version (#107) (edf78a7)
- export types (#78) (c66d438)
- migrate to async api (#106) (01000b4)
- migrate to using security context (2673a0a)
- The type IRI for BBS signatures now stems from the https://w3id.org/security namespace, meaning all future signing and verifications using the signature suite will now use that namespace rather than the placeholder namespace that was being used. Note - this means verifying signatures and proofs issued with older versions of this library will not work.
0.7.0 (2020-08-28)
- json-ld context issue (a911440)
- add the ability to specify the key pair class when creating suites(#66) (1fb03cf)
- update sample to use latest package version (cdd9b39)
- update to use bbs-signatures (#73) (540ccec)
- use bbs-signatures library (#61) (dbbd4e5)
0.6.0 (2020-05-26)
0.5.0 (2020-05-09)
0.4.0 (2020-05-04)
0.3.0 (2020-04-30)
- use expandContext in jsonld.frame operation (ce5cb3e)
- add deriveProof api (a1024f7)
0.2.0 (2020-04-28)
- add bbs proofs support (c41b09f)
- update bbs-signatures dep (#29) (402a4a7)
- update proofs api, wip (b92151e)
- use json-ld framing instead of object intersection (87fa989)
Initial release