Skip to content

Latest commit

 

History

History
119 lines (69 loc) · 8.96 KB

CHANGELOG.md

File metadata and controls

119 lines (69 loc) · 8.96 KB

1.0.1 (2022-01-13)

1.0.0 (2022-01-09)

0.12.0 (2021-12-10)

Features

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

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