Skip to content

Releases: nearform/fast-jwt

v1.1.2

10 Mar 09:49
Compare
Choose a tag to compare

📚 PR:

  • chore: remove benchmark directory from package bundle (#69)

1.1.1

08 Mar 16:36
Compare
Choose a tag to compare
  • fix: Fixed allowed claims verification. (#67) (b1d71ed)
  • chore: update workflows and dependabot (#66) (a2dabad)
  • feat: Merge pull request #61 from nearform/dependabot/npm_and_yarn/eslint-config-standard-with-typescript-20.0.0 (31e5374)
  • chore(test-timers): Replace depreciated lolex with FakeTimers (#65) (d897de0)
  • chore(deps-dev): bump eslint-config-standard-with-typescript (b853d34)

v1.1.0

25 Jan 07:34
Compare
Choose a tag to compare

📚 PR:

  • feat: Add support for exp claim in the payload (#59)

1.0.0

21 Jan 12:07
Compare
Choose a tag to compare
  • feat: Merge pull request #57 from nearform/drop-experimental (107deff)
  • feat: Drop experimental status (ce59b22)
  • chore(deps-dev): bump cronometro from 0.6.0 to 0.8.0 (#55) (cd63688)
  • chore(deps-dev): bump eslint-plugin-standard from 4.1.0 to 5.0.0 (#52) (223f6d6)
  • fix: incorrect error message (#56) (8059f1c)
  • feat: Merge pull request #53 from nearform/dependabot/npm_and_yarn/tsd-0.14.0 (730f82c)
  • chore(deps-dev): bump tsd from 0.13.1 to 0.14.0 (d35b0e6)
  • chore(deps-dev): bump eslint-config-standard from 15.0.1 to 16.0.0 (#50) (5b562c1)

0.5.1

24 Oct 12:48
Compare
Choose a tag to compare
  • fix: Merge pull request #49 from nearform/fix-decoder-types (cb51f35)
  • fix: Fixed key callback signature. (bef2867)
  • fix: Fixed creators signature. (0e74c01)

0.5.0

24 Oct 08:24
Compare
Choose a tag to compare
  • feat: Merge pull request #48 from nearform/typescript-2 (6bcd71c)
  • feat: Use exact enumeration for TokenError codes. (ba98888)
  • fix: Export TokenError class. (3b92fe3)
  • chore(deps-dev): bump eslint-config-standard from 14.1.1 to 15.0.0 (#47) (980071b)

v0.4.2

13 Oct 09:09
Compare
Choose a tag to compare

📚 PR:

  • chore(deps-dev): bump jose from 1.28.0 to 2.0.2 (#44)
  • chore(deps-dev): bump cronometro from 0.4.0 to 0.6.0 (#45)
  • feat: Added TypeScript types. (#46)

v0.4.1

09 Sep 14:02
Compare
Choose a tag to compare

📚 PR:

  • Verify string typ (#42)

v0.4.0

08 Sep 13:56
Compare
Choose a tag to compare

📚 PR:

  • Header typ check (#40)

v0.3.1

04 Sep 06:49
Compare
Choose a tag to compare
  • Fix undefined default options not overwriting sign options #39