Skip to content

Releases: panva/jose

v4.15.0

02 Oct 13:06
Compare
Choose a tag to compare

Features

  • export the used crypto runtime as a constant (0681dda)

v4.14.6

04 Sep 14:31
Compare
Choose a tag to compare

Fixes

  • build: publish bundle and umd files with jose-browser-runtime module (62fcbcc), closes #571

v4.14.5

02 Sep 17:39
Compare
Choose a tag to compare

Refactor

  • catch type error when decoding base64url signature (#569) (935e920)
  • catch type errors when decoding various base64url strings (9024e87)

v4.14.4

30 Apr 06:07
Compare
Choose a tag to compare

Refactor

  • cleanup NODE-ED25519 workerd workarounds (072e83d)

v4.14.3

27 Apr 08:21
Compare
Choose a tag to compare

Reverts

  • Revert "fix(types): headers and payloads may only be JSON values and primitives" (06d8101), closes #534

v4.14.2

26 Apr 14:19
Compare
Choose a tag to compare

Fixes

  • types: headers and payloads may only be JSON values and primitives (24f306e)

v4.14.1

20 Apr 11:37
Compare
Choose a tag to compare

This release is to start using provenance statements.

v4.14.0

14 Apr 17:18
Compare
Choose a tag to compare

Features

  • add requiredClaims JWT validation option (eeea91d)

v4.13.2

12 Apr 16:58
Compare
Choose a tag to compare

This release contains only minor code refactoring, documentation, and IntelliSense updates.

v4.13.1

02 Mar 09:41
Compare
Choose a tag to compare

Fixes

  • workerd: avoid "The script will never generate a response" edge cases completely (96a8c99), closes #355 #509