Skip to content

Releases: panva/jose

v6.0.11

05 May 11:26
69b7960
Compare
Choose a tag to compare

Fixes

  • typ checking edge-cases when it contains a slash (/) character (31e4baf)

v6.0.10

12 Mar 07:50
Compare
Choose a tag to compare

Refactor

  • removed unused claims methods (74719cf)
  • reorganize jwt claim set utils (1f12d88)

v6.0.9

11 Mar 12:49
Compare
Choose a tag to compare

Documentation

  • add more symbol document, ignore ts-private fields (8b73687)
  • bump typedoc (6163a8b)
  • drop cdnjs links in README (a910038)
  • drop denoland/x links in README and add jsr (3662b9e)
  • fix key export links from docs/README.md (c8edfc2)

Refactor

  • always assume structuredClone is present (f7898a9)
  • hide internal private fields and drop ProduceJWT inheritance (ab18881)
  • less objects when JWE JWT Replicated Header Parameters are used (c763a0e)

v6.0.8

26 Feb 16:50
Compare
Choose a tag to compare

Fixes

  • export [customFetch] symbol from the default entrypoint (1615614), closes #762

v6.0.7

25 Feb 16:29
Compare
Choose a tag to compare

Documentation

  • improve generate key/secret and import function descriptions (cd06359)

Fixes

  • use [customFetch] when provided to createRemoteJWKSet (35f6509), closes #760

v6.0.6

23 Feb 22:25
Compare
Choose a tag to compare

Refactor

Documentation

  • add various exported symbol descriptions (3b8ff71)
  • add various exported symbol descriptions (fc4e7da)
  • add various exported symbol descriptions (74f02c8)
  • update base64url function descriptions (03d72c8)

v6.0.5

23 Feb 18:16
Compare
Choose a tag to compare

Refactor

  • types: make JWKParameters.kty compatible with @types/node and @types/web (bb6ccfe)

Documentation

  • add various exported symbol descriptions (f52c2ff)

v6.0.4

22 Feb 23:59
Compare
Choose a tag to compare

Refactor

  • optimize base64 with tc39/proposal-arraybuffer-base64 (8a0da69), closes #752
  • update getSPKI to use crypto.createPublicKey when available (92392a0), closes #752
  • use Double HMAC pattern for AES-CBC tag comparison (f3ba4c7), closes #752

v6.0.3

22 Feb 17:12
Compare
Choose a tag to compare

Documentation

  • remove root module tag so that README.md shows up on jsr.io (ee70698)

v6.0.2

22 Feb 17:09
Compare
Choose a tag to compare

Documentation

  • add module tags to all entrypoints (a5687aa)