Releases: decentralized-identity/did-jwt
Releases · decentralized-identity/did-jwt
5.3.1
5.3.1 (2021-05-15)
Bug Fixes
5.3.0
5.3.0 (2021-05-11)
Features
- use multiple keyAgreementKeys when creating JWE (#166) (e327ef2)
5.2.0
5.2.0 (2021-04-22)
Features
- add support for secp256k1 publicKeyJwk (#160) (1d578ba)
5.1.2
5.1.2 (2021-03-26)
Bug Fixes
- deps: use Resolvable type from did-resolver (4641e56)
5.1.1
5.1.1 (2021-03-25)
Bug Fixes
- simplify expected Resolver type in verify methods (#159) (969de89), closes #158
5.1.0
5.1.0 (2021-03-24)
Features
5.0.2
5.0.2 (2021-03-23)
Bug Fixes
5.0.1
5.0.1 (2021-03-11)
Bug Fixes
- add explicit support for EcdsaSecp256k1RecoveryMethod2020 (#153) (2b04c34)
5.0.0
5.0.0 (2021-03-09)
Features
BREAKING CHANGES
- The
Resolver
used during verification is expected to conform to the latest spec.
4.9.0
4.9.0 (2021-02-10)
Features
- add
ES256KSigner
and EdDSASigner
with uniform APIs (#149)(#78) (cdd3c0f)