4.0.4 (2024-03-26)
- deps: Update dependency did-jwt to v8.0.4 (c41d3a4)
4.0.3 (2024-03-20)
- deps: Update dependency did-jwt to v8.0.3 (3b83ac5)
4.0.2 (2024-03-14)
- deps: Update dependency did-jwt to v8.0.2 (a5ed5a4)
4.0.1 (2024-02-28)
- deps: Update dependency did-jwt to v8.0.1 (a091e1a)
4.0.0 (2024-01-18)
- deps: the updated
did-jwt
library includes some breaking changes so we are bumping the major version here too for safety
3.2.15 (2023-12-12)
- deps: Update dependency did-jwt to v7.4.6 (b1880eb)
3.2.14 (2023-11-01)
3.2.13 (2023-10-25)
- deps: Update dependency did-jwt to v7.4.4 (053d735)
3.2.12 (2023-10-23)
- deps: Update dependency did-jwt to v7.4.3 (448b295)
3.2.11 (2023-10-03)
- deps: Update dependency did-jwt to v7.4.2 (b696345)
3.2.10 (2023-09-27)
3.2.9 (2023-09-24)
- deps: Update dependency did-jwt to v7.3.0 (b46ea30)
3.2.8 (2023-09-18)
- deps: Update dependency did-jwt to v7.2.8 (49819ee)
3.2.7 (2023-09-04)
- deps: Update dependency did-jwt to v7.2.7 (920aa69)
3.2.6 (2023-08-24)
- deps: Update dependency did-jwt to v7.2.6 (61964e9)
3.2.5 (2023-08-04)
- deps: Update dependency did-jwt to v7.2.5 (cbf34d2)
3.2.4 (2023-06-27)
- deps: Update dependency did-jwt to v7.2.4 (0591be0)
3.2.3 (2023-06-08)
- deps: Update dependency did-jwt to v7.2.2 (3e48606)
3.2.2 (2023-06-04)
- deps: Update dependency did-jwt to v7.2.1 (f0275a2)
3.2.1 (2023-05-18)
- deps: Update dependency did-jwt to v7.2.0 (ddf3914)
3.2.0 (2023-05-09)
3.1.4 (2023-05-04)
- deps: Update dependency did-jwt to v7 (1e81dea)
3.1.3 (2023-04-03)
- deps: Update dependency did-jwt to v6.11.6 (de29a5c)
3.1.2 (2023-03-16)
- deps: Update did-dependencies (8255a50)
3.1.1 (2023-02-10)
3.1.0 (2022-08-19)
3.0.1 (2022-08-18)
- fix error type exports (abebb0c)
3.0.0 (2022-08-18)
- The error messages are now prefixed with recognizable error codes. This is a breaking change if you were checking the exact error messages being returned before. Otherwise, it is safe to upgrade without issues.
2.1.14 (2022-08-03)
2.1.13 (2022-06-29)
2.1.12 (2022-06-06)
2.1.11 (2022-05-22)
2.1.10 (2022-05-20)
2.1.9 (2022-01-13)
- deps: bump dependencies to latest (7cb7a88)
2.1.8 (2021-11-23)
2.1.7 (2021-08-31)
2.1.6 (2021-07-22)
2.1.5 (2021-07-21)
2.1.4 (2021-07-13)
2.1.3 (2021-06-16)
2.1.2 (2021-05-28)
2.1.1 (2021-05-18)
- deps: bump [email protected] (#76) (bfd3eaa)
2.1.0 (2021-04-08)
2.0.2 (2021-03-26)
- deps: use Resolvable type from did-resolver (e731e7e)
2.0.1 (2021-03-25)
- deps: update [email protected] (#68) (50e3f7c)
2.0.0 (2021-03-11)
- deps: update [email protected] and [email protected] (#67) (07bfc6b)
- deps: the type of Resolver used for verification has been upgraded to the latest spec and no longer returns just the DID Document
1.2.0 (2021-03-11)
- add option to keep original fields when transforming JWT<->JOSE payload formats (#63) (cf59b6f), closes #62 #22
1.1.0 (2021-02-24)
- support challenge & domain in Presentation creation and verification (#61) (3a75c47), closes #60 #22
1.0.7 (2021-01-18)
1.0.6 (2020-08-18)
- deps: update dependency [email protected] & [email protected] (#48) (6a98103)
1.0.5 (2020-08-18)
1.0.4 (2020-07-20)
1.0.3 (2020-07-02)
1.0.2 (2020-06-29)
1.0.1 (2020-06-26)
1.0.0 (2020-06-25)
- build: add babel plugin to fix microbundle 0.12 build error (e14c2aa)
- use
ES256K
as the default JWT algorithm (a097c69)
- rename creation and validation methods to reflect JWT target (829956f)
- rename credential validation methods (2bb2e5a)
- rename existing payload types to reflect JWT target (af74207)
- add a method to convert a credential payload from W3C to JWT (f7e86f0)
- add a normalizer method to an unambiguous
Verifiable<Credential>
(ffbd67f) - add methods to convert to unambiguous
Verifiable<Presentation>
and JWTPresentationPayload (1721e4a) - define W3C compatible data types for credentials and presentations (adb27e9)
- homogenize
verifyCredential()
/verifyPresentation()
API (e9fbb99) - homogenize createCredentialJwt/PresentationJwt API (3999382)
- removed
Verifiable
from the credential validation methods since the parameter is only the payload validateJwtVerifiableCredentialPayload -> validateJwtCredentialPayload validateVerifiableCredentialPayload -> validateCredentialPayload - renamed
createPresentationJWT
tocreateVerifiablePresentationAJwt
- the following methods have been renamed:
createVerifiableCredential
->createVerifiableCredentialJwt
createPresentation
->createPresentationJwt
validateVerifiableCredentialAttributes
->validateJwtVerifiableCredentialPayload
validatePresentationAttributes
->validateJwtPresentationPayload
Also exporting the JWT
type which maps to string
- the following interface definitions have been renamed:
VerifiableCredentialPayload
->JwtVerifiableCredentialPayload
PresentationPayload
->JwtPresentationPayload
0.2.0 (2020-04-30)
- remove explicit declaration of the nullable
credentialStatus
(078ba82)
0.1.6 (2020-04-28)
- Issuer alg is optional (5a4b016)