@digitalcredentials/vc
Advanced tools
Changelog
9.0.0 - 2024-09-30
Changelog
8.0.1 - 2024-09-04
CredentialIssuancePurpose
.Changelog
8.0.0 - 2024-08-04
validFrom
and validUntil
.credentialStatus
arrays in credential status check.derive()
API for deriving new verifiable credentials from
existing ones, for the purpose of selective disclosure or
unlinkable presentation.now
to verifyCredential()
, createPresentation()
,
verify()
, and issue()
.@digitalcredentials/jsonld
@digitalcredentials/jsonld-signatures
@digitalcredentials/http-client
engines.node
to >=18
to support newer keys & suites.expansionMap
. (Removed in dependencies.)jsonld-signatures@11
and jsonld@8
to get new safe
mode (and on by default when using canonize
) feature.expirationDate
property
exists.did-veres-one@15.0.0
used in tests.issuanceDate
is only checked on verification,
not issuance../lib/contexts/
and
from the default document loader. The contexts are now available in
@digitalbazaar/odrl-context
and
@digitalbazaar/credentials-examples-context
.Changelog
7.0.0 - 2024-02-07
jsonld
, http-client
and rdf-canonize
libsisomorphic-webcrypto
Changelog
6.0.1 - 2024-01-23
Changelog
6.0.0 - 2023-06-16
Changelog
5.0.0 - 2022-11-03
issuanceDate
is not in the future as this is
a fully expected use-case (to issue credentials that become valid at some
point in time).Changelog
4.2.0 - 2022-10-19
verify()
and verifyCredential()
, if an error is encountered,
re-throw it (do not return it as part of the results log).