Releases: fastify/fastify-jwt
Releases · fastify/fastify-jwt
v7.1.0
What's Changed
- feat: Verifiy-only mode (pubkey-only) by @maslennikov in #293
New Contributors
- @maslennikov made their first contribution in #293
Full Changelog: v7.0.0...v7.1.0
v7.0.0
What's Changed
- build(deps-dev): bump tsd from 0.27.0 to 0.28.0 by @dependabot in #284
- ci: only trigger on pushes to main branches by @Fdawgs in #288
- build(deps-dev): bump @types/node from 18.16.6 to 20.1.1 by @dependabot in #289
- build(deps): bump fast-jwt from 2.2.3 to 3.0.0 by @dependabot in #292
- breaking: fast-jwt v3 by @Eomm in #291
Full Changelog: v6.7.1...v7.0.0
v6.7.1
What's Changed
- build(deps-dev): bump tsd from 0.25.0 to 0.26.0 by @dependabot in #279
- build(deps-dev): bump tsd from 0.26.1 to 0.27.0 by @dependabot in #280
- fix: handle fast-jwt verify error properly by @Tarrask in #282
New Contributors
Full Changelog: v6.7.0...v6.7.1
v6.7.0
v6.6.0
What's Changed
- build(deps-dev): bump tsd from 0.24.1 to 0.25.0 by @dependabot in #271
- chore(.gitignore): add clinic by @Fdawgs in #272
- improve npm scripts by @Uzlopak in #275
- fix: handle fast-jwt decode error properly by @erfanium in #276
New Contributors
Full Changelog: v6.5.0...v6.6.0
v6.5.0
v6.4.0
What's Changed
- build(deps): bump fast-jwt from 1.7.2 to 2.0.0 by @dependabot in #267
- refactor: enable error cache to prevent breaking changes by @climba03003 in #269
Full Changelog: v6.3.3...v6.4.0
v6.3.3
📚 PR:
- docs(readme): replace use of deprecated variadic
listen()
(#253) - bump fast-jwt to get support for Node 18 (#257)
- build(deps-dev): bump tsd from 0.22.0 to 0.23.0 (#256)
- build(deps-dev): bump @fastify/cookie from 7.4.0 to 8.1.0 (#255)
- build(deps-dev): bump tsd from 0.23.0 to 0.24.1 (#259)
- run lint on pre-commit (#262)
- remove dev dependency typescript (#261)
- fix(types): Add
onlyCookie
verify option tests and types (#266)