Skip to content

Releases: fastify/fastify-auth

v5.0.2

14 Dec 08:38
c821daa
Compare
Choose a tag to compare

What's Changed

  • refactor(auth): replace var with let by @Fdawgs in #234
  • build(deps): bump fastify/workflows from 5.0.0 to 5.0.1 by @dependabot in #235
  • style: remove trailing whitespace by @Fdawgs in #236
  • chore(package): add homepage and bugs urls by @Fdawgs in #237
  • test: migrate from tap to node:test and c8 by @inyourtime in #238
  • chore(package): add funding and contribs by @Fdawgs in #240
  • docs(readme): add compatibility table by @Fdawgs in #241
  • docs(readme): point ci badge at master/main branch by @Fdawgs in #242
  • docs(readme): update ci badge syntax by @Fdawgs in #243

New Contributors

Full Changelog: v5.0.1...v5.0.2

v5.0.1

22 Sep 08:56
b440d9f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.0.0...v5.0.1

v5.0.0

05 Sep 10:30
7ea2f75
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.6.1...v5.0.0

v4.6.1

26 Feb 18:14
e8d4580
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.6.0...v4.6.1

v4.6.0

12 Feb 14:55
211676d
Compare
Choose a tag to compare

What's Changed

  • chore(.gitignore): add .tap/ dir by @Fdawgs in #221
  • types: improve typing to allow custom request and reply by @Puppo in #211

New Contributors

Full Changelog: v4.5.0...v4.6.0

v4.5.0

02 Feb 10:48
b94f853
Compare
Choose a tag to compare

What's Changed

  • build(deps-dev): bump tsd from 0.29.0 to 0.30.0 by @dependabot in #208
  • build(deps-dev): bump @fastify/type-provider-typebox from 3.6.0 to 4.0.0 by @dependabot in #209
  • build(deps-dev): bump @fastify/jwt from 7.2.4 to 8.0.0 by @dependabot in #210
  • docs(readme): replace fastify.io links with fastify.dev by @Fdawgs in #212
  • fix: broken link in README by @codershiba in #213
  • docs(readme): remove www. from fastify.dev urls by @Fdawgs in #214
  • chore(license): Update license year by @codershiba in #215
  • build(deps-dev): bump @fastify/type-provider-json-schema-to-ts from 2.2.2 to 3.0.0 by @dependabot in #218
  • feat: extend composite auth by @yakovenkodenis in #217

New Contributors

Full Changelog: v4.4.0...v4.5.0

v4.4.0

29 Oct 14:44
9110e3e
Compare
Choose a tag to compare

What's Changed

  • ci: only trigger on pushes to main branches by @Fdawgs in #197
  • build(deps-dev): bump @types/node from 18.16.5 to 20.1.0 by @dependabot in #198
  • build(deps-dev): bump @fastify/jwt from 6.7.1 to 7.0.0 by @dependabot in #200
  • types: improve typings by @Uzlopak in #202
  • build(deps-dev): bump tsd from 0.28.1 to 0.29.0 by @dependabot in #203
  • chore: add .gitattributes file by @Fdawgs in #205
  • chore(package): explicitly declare js module type by @Fdawgs in #206

Full Changelog: v4.3.0...v4.4.0

v4.3.0

21 Apr 08:10
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.2.0...v4.3.0

v4.2.0

28 Nov 07:11
7029ac3
Compare
Choose a tag to compare

📚 PR:

  • nodenext compatibility (#177)

v4.1.0

29 Sep 19:22
7d8c9a3
Compare
Choose a tag to compare

📚 PR:

  • build(deps-dev): bump tsd from 0.23.0 to 0.24.1 (#176)
  • feat: Introducing the default relation plugin option (#175)