Skip to content

Latest commit

 

History

History
120 lines (53 loc) · 6.16 KB

CHANGELOG.md

File metadata and controls

120 lines (53 loc) · 6.16 KB

4.8.1 (2020-12-18)

Bug Fixes

  • deps: update dependency uint8arrays to v2 (#145) (fef0308)

4.8.0 (2020-12-09)

Features

  • did auth: update resolution of authentication entries in DIDDocument (#143) (a10ca34)

4.7.1 (2020-12-08)

Bug Fixes

  • verifyJWT: fix verification of JWT using EdDSA alg (#142) (12e2b88), closes #141

4.7.0 (2020-11-20)

Features

  • jwt: add skewTime option that replaces NBF_SKEW if present (#140) (8a8cb0f)

4.6.3 (2020-11-10)

Bug Fixes

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)