Skip to content

Releases: panva/paseto

v2.1.1

06 Apr 16:51
Compare
Choose a tag to compare

Performance

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

v2.1.0

24 Feb 09:41
Compare
Choose a tag to compare

Features

v2.0.0

23 Feb 23:49
Compare
Choose a tag to compare

⚠ 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)

v1.0.8

19 Nov 19:18
Compare
Choose a tag to compare

Performance Improvements

  • omit serializing KeyObjects when Node.js ^12.19.0 is used (9cc1e33)

v1.0.7

09 Jul 15:04
Compare
Choose a tag to compare

Performance Improvements

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

v1.0.6

21 Apr 09:32
Compare
Choose a tag to compare

Performance Improvements

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

v1.0.3

21 Oct 16:40
Compare
Choose a tag to compare

Bug Fixes

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

v1.0.2

18 Oct 14:43
Compare
Choose a tag to compare

Bug Fixes

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

v1.0.1

18 Oct 14:42
Compare
Choose a tag to compare

Bug Fixes

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

Stable v1.x release

18 Oct 14:42
Compare
Choose a tag to compare

Stable release, no changes from 0.9.x