Skip to content

Latest commit

 

History

History
160 lines (68 loc) · 5.81 KB

CHANGELOG.md

File metadata and controls

160 lines (68 loc) · 5.81 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

3.1.4 (2023-04-27)

Bug Fixes

  • stick with Record<string,unknown> types (ca8bfab)

3.1.3 (2023-04-26)

Bug Fixes

  • add generics to complete payload results and decode (#43) (df20460)

3.1.2 (2022-10-27)

Bug Fixes

3.1.1 (2022-09-12)

Bug Fixes

  • verify/decrypt without a footer (0d8be5e), closes #33

3.1.0 (2021-10-18)

Features

  • support PASERK in key generation (bffbda4), closes #25
  • support PASERK Type secret, local, public keys (f41bfc3), closes #25

3.0.1 (2021-08-04)

3.0.0 (2021-08-03)

⚠ BREAKING CHANGES

  • Node.js runtime version v16.0.0 or greater is now required

Features

  • add v3.local, v3.public, and v4.public (2139643)

2.1.3 (2021-07-22)

Bug Fixes

  • return correct version from v1 decrypt with buffer and complete options (eebab05)
  • throw when options are provided while in raw buffer mode (5434b46)

2.1.2 (2021-07-17)

Bug Fixes

  • defer decryption after tag verification passes (a34d9df)
  • return correct version from v1 verify with buffer and complete options (00f0dd6)

2.1.1 (2021-04-06)

Performance

  • improve base64url encoding when native is available (385689e)
  • use native sign/verify non-blocking callback when available (995b278)

2.1.0 (2021-02-24)

Features

2.0.0 (2021-02-23)

⚠ BREAKING CHANGES

  • removed v2.local encrypt, decrypt, and key generation
  • requires Node.js version ^12.19.0 || >=14.15.0

Features

  • removed the libsodium dependency (0fe5de6)

1.0.8 (2020-11-19)

1.0.7 (2020-07-09)

Performance Improvements

  • omit serializing KeyObjects when Node.js >= 14.5.0 is used (3d5c148)

1.0.6 (2020-04-21)

Performance Improvements

  • faster V1 encrypt/decrypt by grouping the crypto worker operations (dbbdfa6)
  • removed regexp checking for base64url padding and charset (f113782)

1.0.5 (2019-12-26)

1.0.4 (2019-11-14)

1.0.3 (2019-10-21)

Bug Fixes

  • typescript: actually bundle the types with a package release (5f4e961)

1.0.2 (2019-10-18)

Bug Fixes

  • symmetric keys are 32 bytes, not 256 (error message was wrong) (d223704)

1.0.1 (2019-09-30)

Bug Fixes

  • typescript: move ts files around and fix missing DecodeResult (c797404)

1.0.0 (2019-09-27)

0.9.1 (2019-07-02)

Features