Skip to content

Latest commit

 

History

History
85 lines (38 loc) · 4.22 KB

CHANGELOG.md

File metadata and controls

85 lines (38 loc) · 4.22 KB

4.6.2 (2020-10-02)

Bug Fixes

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

4.6.1 (2020-10-01)

Bug Fixes

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

4.6.0 (2020-10-01)

Features

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

4.5.1 (2020-08-31)

Bug Fixes

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

4.5.0 (2020-08-19)

Features

4.4.2 (2020-08-18)

Bug Fixes

4.4.1 (2020-08-18)

Bug Fixes

4.4.0 (2020-06-18)

Features

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

4.3.4 (2020-06-08)

Bug Fixes

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

4.3.3 (2020-05-29)

Bug Fixes

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

4.3.2 (2020-04-27)

Bug Fixes

4.3.1 (2020-04-26)

Bug Fixes

  • build: generate changelog during release (5d659d9)
  • test: catch rejected promises in tests (d3b2e9e)