Skip to content

Latest commit

 

History

History
108 lines (63 loc) · 8.25 KB

CHANGELOG.md

File metadata and controls

108 lines (63 loc) · 8.25 KB

0.11.0 (2021-08-06)

Features

  • allow the use of publicKeyJwk to derive and verify proof (#145) (0cec1f1)

0.10.0 (2021-05-26)

BREAKING CHANGES

Support for NodeJS v10 has been deprecated due to it now being EOL

Bug Fixes

  • change the way of converting blank node ids (#129) (8e85b0f), closes #128

Features

0.9.0 (2021-04-05)

Features

  • use local context instead of security v3 (#116) (e8c6b9c)

0.8.0 (2021-02-24)

Bug Fixes

  • addresses bug with blank nodes that was breaking nested reveals (#96) (6c347fd), closes #91
  • update blsCreateProof expected response to promise (#98) (2523b47)

Features

  • 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)

BREAKING CHANGES

  • 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)

Bug Fixes

Features

  • 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)

Features

0.5.0 (2020-05-09)

Features

0.4.0 (2020-05-04)

Features

0.3.0 (2020-04-30)

Bug Fixes

  • use expandContext in jsonld.frame operation (ce5cb3e)

Features

0.2.0 (2020-04-28)

Bug Fixes

Features

  • 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)

0.1.0 (2020-04-27)

Initial release