Releases: decentralized-identity/did-jwt
Releases · decentralized-identity/did-jwt
5.5.2
5.5.2 (2021-06-02)
Bug Fixes
5.5.1
5.5.1 (2021-06-02)
Bug Fixes
- build: non-minified outputs and better handling of strict mode (#175) (029b429), closes #173 #174
- ci: add GH push ability to build bot (e50edf6)
5.5.0
5.5.0 (2021-05-31)
Features
- Add support for authenticated encryption (#177) (9a71b07)
5.4.1
5.4.1 (2021-05-19)
Bug Fixes
- don't run JSON.stringify on canonicalized data (#172) (5480bfc), closes #171
5.4.0
5.4.0 (2021-05-18)
Features
- add option to canonicalize JSON payloads (#161) (4cfd3ee)
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