Skip to content

Releases: blockchain-certificates/cert-verifier-js

v6.30.1

02 Jun 13:28
19fc826
Compare
Choose a tag to compare

6.30.1 (2025-06-02)

Bug Fixes

  • i18n: [#2041] gather correct locale for revocation status (4befc30)

v6.30.0

09 Apr 13:14
b9c8a0d
Compare
Choose a tag to compare

6.30.0 (2025-04-09)

Bug Fixes

Features

  • Deps: bump blockcerts dependencies (0fce84a)

v6.29.0

27 Mar 15:21
5117cb1
Compare
Choose a tag to compare

6.29.0 (2025-03-27)

Bug Fixes

  • VerificationMethod: fix controller document retrieval based on different use cases (af71225)

Features

  • Verification: check verification method validity revocation/expiration (b856325)

v6.28.0

12 Mar 14:02
9f976f3
Compare
Choose a tag to compare

6.28.0 (2025-03-12)

Bug Fixes

  • StatusList: update statusList fixtures to comply with VC v2 spec (a54283c)
  • VerificationMethod: return copy and not reference (ef58d70)

Features

  • IssuerProfile: update blockcerts profile to signed and modernized version (61e1e81)
  • IssuerProfile: verify Issuer Profile's signature (127cf2c)
  • IssuerProfile: verify signed issuer profile in verification process (fe2774e)

v6.27.1

08 Jan 15:06
fce81d9
Compare
Choose a tag to compare

6.27.1 (2025-01-08)

Bug Fixes

  • VerificationMap: chage source of truth for verification process and base off verification map (6346e99)

v6.27.0

12 Dec 17:56
7f5b72c
Compare
Choose a tag to compare

6.27.0 (2024-12-12)

Features

  • VerifiableCredential: validate credential subject (f71b625)

v6.26.0

12 Dec 16:12
f523173
Compare
Choose a tag to compare

6.26.0 (2024-12-12)

Features

  • DataIntegrityProof: throw when missing properties (2897383)

v6.25.0

09 Dec 20:16
ad4ddcc
Compare
Choose a tag to compare

6.25.0 (2024-12-09)

Bug Fixes

  • Build: fix iife build after jsonld-signature dep update (e9bae53)

Features

  • DataIntegrity: blocked - prepare tests and logic for proofPurpose in other suites (4d2c00a)
  • DataIntegrity: make EcdsaSD2023, Ed25519 and Secp256k1 proofs verify authentication (7e4e0c9)
  • DataIntegrity: pass proof challenge to merkle proof 2019 (8143660)
  • ProofPurpose: attempt passing proof purpose to other suites (ca6d814)

v6.24.0

06 Dec 15:25
9a83901
Compare
Choose a tag to compare

6.24.0 (2024-12-06)

Features

  • DataIntegrity: open proof domain API and pass it down to merkleproof2019 (6341355)
  • DataIntegrity: update locale (c142e3e)

v6.23.0

04 Dec 13:38
f16fc38
Compare
Choose a tag to compare

6.23.0 (2024-12-04)

Features

  • DataIntegrity: open proofPurpose API and pass it down MerkleProof2019 (91919a8)
  • ProofPurpose: translate assertProofPurpose step and add to test verification (074d619)