Skip to content

Releases: panva/jose

v5.6.1

27 Jun 15:01

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

Choose a tag to compare

Features

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

v5.5.0

26 Jun 10:13

Choose a tag to compare

Features

v5.4.1

18 Jun 12:02

Choose a tag to compare

Fixes

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

v4.15.7

18 Jun 11:57

Choose a tag to compare

Fixes

  • add a workerd package.json target (e36d69e)

v5.4.0

03 Jun 15:14

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

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

Choose a tag to compare

Refactor

  • use createLocalJWKSet instead of LocalJWKSet in createRemoteJWKSet (a7c566c)

v5.2.3

07 Mar 12:39

Choose a tag to compare

Refactor

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

v4.15.5

07 Mar 12:05

Choose a tag to compare

Fixes