Skip to content

Releases: decentralized-identity/did-jwt

4.6.2

02 Oct 13:58
Compare
Choose a tag to compare

4.6.2 (2020-10-02)

Bug Fixes

  • export resolveX25519Encrypters function (#134) (0c80711)

4.6.1

01 Oct 12:52
Compare
Choose a tag to compare

4.6.1 (2020-10-01)

Bug Fixes

  • use EdDSA as the 'alg' header for Ed25519 signatures (#131) (2736ee7)

4.6.0

01 Oct 12:47
Compare
Choose a tag to compare

4.6.0 (2020-10-01)

Features

  • add support for low level JWE functions (#132) (dc4e78b)

4.5.1

31 Aug 12:22
Compare
Choose a tag to compare

4.5.1 (2020-08-31)

Bug Fixes

  • deps: reduce package size by replacing tweetnacl with stablelib(#129) (fe81585)

4.5.0

19 Aug 10:34
Compare
Choose a tag to compare

4.5.0 (2020-08-19)

Features

4.4.2

18 Aug 10:57
Compare
Choose a tag to compare

4.4.2 (2020-08-18)

Bug Fixes

4.4.1

18 Aug 10:25
Compare
Choose a tag to compare

4.4.1 (2020-08-18)

Bug Fixes

4.4.0

18 Jun 09:13
Compare
Choose a tag to compare

4.4.0 (2020-06-18)

Features

  • add EllipticSigner that returns string (#114) (7c93513)

4.3.4

08 Jun 10:26
Compare
Choose a tag to compare

4.3.4 (2020-06-08)

Bug Fixes

  • avoid decoding jws twice in verification (#95) (bc95cb1)

4.3.3

29 May 11:58
Compare
Choose a tag to compare

4.3.3 (2020-05-29)

Bug Fixes

  • handle SimpleSigner privateKey 0x hex prefix by stripping it (#93) (47595d3)