Skip to content

Releases: nearform/fast-jwt

v5.0.0

20 Nov 21:14
Compare
Choose a tag to compare

Breaking changes

This version supports Node 20 and above

What's Changed

Full Changelog: v4.0.5...v5.0.0

v4.0.5

09 Sep 14:24
Compare
Choose a tag to compare

What's Changed

  • [OPTIC-RELEASE-AUTOMATION] release/v4.0.3 by @optic-release-automation in #473
  • Extend JwtHeader to allow additional fields by @Akallabet in #476
  • [OPTIC-RELEASE-AUTOMATION] release/v4.0.4 by @optic-release-automation in #477

New Contributors

Full Changelog: v4.0.3...v4.0.5

v4.0.3

27 Aug 23:27
Compare
Choose a tag to compare

What's Changed

  • [OPTIC-RELEASE-AUTOMATION] release/v4.0.2 by @optic-release-automation in #455
  • chore(deps-dev): bump @types/node from 20.14.13 to 22.0.0 by @dependabot in #460
  • chore(deps-dev): bump @sinonjs/fake-timers from 11.3.1 to 13.0.1 by @dependabot in #470
  • remove unnecessary import in declaration file by @ahmedissa in #471

New Contributors

Full Changelog: v4.0.2...v4.0.3

v4.0.2

15 Jul 11:08
Compare
Choose a tag to compare

What's Changed

  • [OPTIC-RELEASE-AUTOMATION] release/v4.0.1 by @optic-release-automation in #427
  • chore(deps-dev): bump cronometro from 1.2.0 to 3.0.2 by @dependabot in #429
  • chore(deps-dev): bump tsd from 0.29.0 to 0.31.0 by @dependabot in #430
  • chore(deps-dev): bump @node-rs/jsonwebtoken from 0.2.3 to 0.5.6 by @dependabot in #433
  • Add creating a certificate instructions to README by @samuelneff in #442
  • nbf claim not used when passed on the payload (solve #453) by @JacopoPatroclo in #454

New Contributors

Full Changelog: v4.0.1...v4.0.2

v4.0.1

27 Apr 16:23
Compare
Choose a tag to compare

What's Changed

  • [OPTIC-RELEASE-AUTOMATION] release/v4.0.0 by @optic-release-automation in #424
  • Remove upper version boundary for node by @kibertoad in #426

New Contributors

Full Changelog: v4.0.0...v4.0.1

v4.0.0

15 Feb 23:08
Compare
Choose a tag to compare

BREAKING CHANGES

requiredClaims now verifies that all provided claims are present in the token payload. Previously, non-default claims were not being verified.

What's Changed

  • [OPTIC-RELEASE-AUTOMATION] release/v3.3.3 by @optic-release-automation in #420
  • fix: Ensure required claims applies to custom claims by @kieranm in #423

New Contributors

Full Changelog: v3.3.3...v4.0.0

v3.3.3

29 Jan 10:59
Compare
Choose a tag to compare

What's Changed

  • [OPTIC-RELEASE-AUTOMATION] release/v3.3.2 by @optic-release-automation in #410
  • fix: check for RSA header before decoding public key by @karl-power in #415

New Contributors

Full Changelog: v3.3.2...v3.3.3

v3.3.2

20 Nov 14:33
Compare
Choose a tag to compare

What's Changed

  • [OPTIC-RELEASE-AUTOMATION] release/v3.3.1 by @optic-release-automation in #390
  • fix: add missingRequiredClaim to TokenValidationErrorCode by @TimLehner in #403
  • fix(typescript): fix typescript type DecodedJwt by @qoomon in #407

New Contributors

Full Changelog: v3.3.1...v3.3.2

v3.3.1

05 Oct 09:34
Compare
Choose a tag to compare

What's Changed

  • [OPTIC-RELEASE-AUTOMATION] release/v3.3.0 by @optic-release-automation in #382
  • fix: removed pre publish step by @williamlines in #385

Full Changelog: v3.3.0...v3.3.1

v3.3.0

21 Sep 11:26
Compare
Choose a tag to compare

What's Changed

  • [OPTIC-RELEASE-AUTOMATION] release/v3.2.0 by @optic-release-automation in #367
  • chore(deps-dev): bump tsd from 0.28.1 to 0.29.0 by @dependabot in #371
  • chore: drop support for Node 14 by @simoneb in #378
  • perf: use node: prefix to bypass require.cache call for builtins by @Fdawgs in #375
  • Allow expiresIn to be a string by @felixmosh in #376

New Contributors

Full Changelog: v3.2.0...v3.3.0