Releases: blockchain-certificates/cert-verifier-js
Releases · blockchain-certificates/cert-verifier-js
v6.30.1
6.30.1 (2025-06-02)
Bug Fixes
- i18n: [#2041] gather correct locale for revocation status (4befc30)
v6.30.0
6.30.0 (2025-04-09)
Bug Fixes
Features
- Deps: bump blockcerts dependencies (0fce84a)
v6.29.0
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
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
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
6.27.0 (2024-12-12)
Features
- VerifiableCredential: validate credential subject (f71b625)
v6.26.0
6.26.0 (2024-12-12)
Features
- DataIntegrityProof: throw when missing properties (2897383)
v6.25.0
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
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
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)