Releases: decentralized-identity/did-jwt
Releases · decentralized-identity/did-jwt
4.4.2
4.4.2 (2020-08-18)
Bug Fixes
4.4.1
4.4.1 (2020-08-18)
Bug Fixes
4.4.0
4.4.0 (2020-06-18)
Features
- add EllipticSigner that returns string (#114) (7c93513)
4.3.4
4.3.4 (2020-06-08)
Bug Fixes
- avoid decoding jws twice in verification (#95) (bc95cb1)
4.3.3
4.3.3 (2020-05-29)
Bug Fixes
- handle SimpleSigner privateKey 0x hex prefix by stripping it (#93) (47595d3)
4.3.2
4.3.2 (2020-04-27)
Bug Fixes
4.3.1
4.3.1 (2020-04-26)
Bug Fixes
- build: generate changelog during release (5d659d9)
- test: catch rejected promises in tests (d3b2e9e)
v4.3.0
4.3.0 (2020-04-26)
Features
- add methods for creating and verifying JWS (a624ce7)
- add verification for multiple audiences (825a95b)
v4.2.0
4.2.0 (2020-04-09)
Features
- add parameter for custom headers to createJWT (06b84c5), closes #65
- verify ES256K signatures using
ethereumAddress
(13fd625), closes #14 #39
v4.1.0
4.1.0 (2020-04-06)
Features
- add parameter for custom headers to createJWT (1ac2fce), closes #65