Skip to content

Releases: fastify/fastify-auth

v4.2.0

28 Nov 07:11
7029ac3

Choose a tag to compare

📚 PR:

  • nodenext compatibility (#177)

v4.1.0

29 Sep 19:22
7d8c9a3

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)

v4.0.0

29 Sep 19:21

Choose a tag to compare

v4.0.0

01 Sep 09:41

Choose a tag to compare

What's Changed

  • build(deps-dev): remove typescript #174
  • build(deps-dev): bump tsd from 0.22.0 to 0.23.0 #173
  • build(deps-dev): replace pre-commit with @fastify/pre-commit #172
  • ci: enable license checking #171
  • fix links to examples #169
  • restructure tests and enable 100% test coverage check #168
  • build(deps): bump fastify-plugin from 3.0.1 to 4.0.0 #166
  • build(deps-dev): bump tsd from 0.21.0 to 0.22.0 #164
  • build(deps-dev): bump @fastify/type-provider-json-schema-to-ts #165
  • build(deps-dev): bump @fastify/type-provider-typebox from 1.0.0 to 2.0.1 #163

Full Changelog: v3.0.2...v4.0.0

v3.0.2

23 Jun 08:46
74fbbaa

Choose a tag to compare

What's Changed

  • chore: rename standard script to lint; enable linting in ci by @Fdawgs in #157
  • chore(.gitignore): use updated skeleton template by @Fdawgs in #159
  • build(deps-dev): bump tsd from 0.20.0 to 0.21.0 by @dependabot in #160
  • build(deps-dev): bump @types/node from 17.0.45 to 18.0.0 by @dependabot in #161
  • fix: type propagation by @climba03003 in #162

New Contributors

Full Changelog: v3.0.1...v3.0.2

v3.0.1

24 May 11:01
09a5b9a

Choose a tag to compare

What's Changed

  • ci: migrate to fastify reusable workflow by @Fdawgs in #156
  • chore(auth): add plugin name to metadata by @Fdawgs in #158

Full Changelog: v3.0.0...v3.0.1

v3.0.0

12 May 10:50
513fdcb

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.0...v3.0.0

v2.0.0

27 Apr 13:38
572cebd

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0...v2.0.0

v1.1.0

08 Apr 10:19

Choose a tag to compare

📚 PR:

  • Bumped fastify
  • Bump typescript from 3.9.7 to 4.0.2
  • Bump fastify-plugin from 2.3.4 to 3.0.0
  • Bump standard from 14.3.4 to 15.0.0
  • Bump standard from 15.0.1 to 16.0.1
  • Bump tsd from 0.13.1 to 0.14.0
  • Merge pull request #80 from fastify/dependabot/npm_and_yarn/tsd-0.14.0
  • Bump actions/setup-node from v1 to v2.1.5
  • Merge pull request #85 from fastify/dependabot/github_actions/actions/setup-node-v2.1.5
  • Bump tsd from 0.11.0 to 0.12.0 (#71)
  • Bump tsd from 0.12.1 to 0.13.1 (#72)
  • feat: add stale (#75)
  • chore: add dependabot automerge (#79)
  • docs(readme): spelling and grammar fixes; http link to https (#83)
  • chore: update docs and ci (#82)
  • Bump fastify/github-action-merge-dependabot from v1 to v1.1.1 (#84)
  • Bump fastify/github-action-merge-dependabot from v1.1.1 to v1.2.1 (#88)
  • chore(gitignore): use latest github ignore template (#86)
  • chore(gitignore): add editor files/directories (#89)
  • style(ci): use standardized template (#90)
  • Bump fastify/github-action-merge-dependabot from v1.2.1 to v2.0.0 (#91)
  • ci: remove redundant conditional (#96)
  • feat: move to tap15 (#97)
  • add context type for FastifyAuthFunction (#92)

v1.0.1

22 Jun 19:35

Choose a tag to compare

📚 PR:

  • Bumped fastify@3.0.0-rc.4.
  • fix return type (#70)