[go: nahoru, domu]

Skip to content

Releases: panva/jose

v5.6.2

27 Jun 15:57
Compare
Choose a tag to compare

Refactor

  • CryptoKey normalization is not always async (b7751f5)
  • weak cache normalized CryptoKey instances (32b25a5)

Fixes

  • ensure KeyObject type in Web API encrypt/decrypt (b7920bd)

v5.6.1

27 Jun 15:01
Compare
Choose a tag to compare

Refactor

  • normalize is always defined for Web API runtimes (7bcb103)

Fixes

  • workaround turbo's eager optimizations (723a042), closes #690

v5.6.0

27 Jun 12:11
Compare
Choose a tag to compare

Features

  • support KeyObject inputs in WebCryptoAPI runtimes given compatibility (e178b8f)

v5.5.0

26 Jun 10:13
Compare
Choose a tag to compare

Features

v5.4.1

18 Jun 12:02
Compare
Choose a tag to compare

Fixes

  • ensure latest release on npm is v5.x (a9b2a30)

v4.15.7

18 Jun 11:57
Compare
Choose a tag to compare

Fixes

  • add a workerd package.json target (e36d69e)

v5.4.0

03 Jun 15:14
Compare
Choose a tag to compare

Features

  • expose JWT's payload in JWTClaimValidationFailed instances (58bcffb), closes #680

Refactor

  • add explicit return types everywhere (cc2b2d7)

v5.3.0

10 May 13:05
Compare
Choose a tag to compare

Features

  • allow observing remote JWKS resolver state and its manual reload (fa8b639)

Refactor

  • if should not be the only statement in else blocks (a6b716b)

v5.2.4

07 Apr 07:38
Compare
Choose a tag to compare

Refactor

  • use createLocalJWKSet instead of LocalJWKSet in createRemoteJWKSet (a7c566c)

v5.2.3

07 Mar 12:39
Compare
Choose a tag to compare

Refactor

  • move iv generation and optional outputs around (05c4351)