Skip to content

Releases: fastify/fastify-basic-auth

v3.0.0

27 Apr 13:36
714444c
Compare
Choose a tag to compare

What's Changed

New Contributors

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

v2.2.0

16 Nov 13:11
Compare
Choose a tag to compare

What's Changed

  • Bump actions/setup-node from 2.2.0 to 2.3.0 by @dependabot in #53
  • Bump actions/setup-node from 2.3.0 to 2.3.1 by @dependabot in #54
  • Bump actions/setup-node from 2.3.1 to 2.3.2 by @dependabot in #55
  • Bump actions/setup-node from 2.3.2 to 2.4.0 by @dependabot in #56
  • Bump fastify/github-action-merge-dependabot from 2.2.0 to 2.4.0 by @dependabot in #57
  • Bump fastify/github-action-merge-dependabot from 2.4.0 to 2.5.0 by @dependabot in #59
  • Bump actions/setup-node from 2.4.0 to 2.4.1 by @dependabot in #60
  • Bump actions/checkout from 2.3.4 to 2.3.5 by @dependabot in #62
  • Bump actions/checkout from 2.3.5 to 2.4.0 by @dependabot in #63
  • add this type to validate function by @matthyk in #64

New Contributors

Full Changelog: v2.1.0...v2.2.0

v2.1.0

13 Jul 19:32
Compare
Choose a tag to compare

📚 PR:

  • Bump tsd from 0.14.0 to 0.15.0 (#41)
  • Bump actions/checkout from 2 to 2.3.4 (#42)
  • Bump fastify/github-action-merge-dependabot from 2.0.0 to 2.1.0 (#43)
  • Bump tsd from 0.15.1 to 0.16.0 (#44)
  • Bump fastify/github-action-merge-dependabot from 2.1.0 to 2.1.1 (#45)
  • Bump tsd from 0.16.0 to 0.17.0 (#46)
  • Bump actions/setup-node from 2.1.5 to 2.2.0 (#48)
  • Bump @types/node from 15.14.1 to 16.0.0 (#49)
  • Bump fastify/github-action-merge-dependabot from 2.1.1 to 2.2.0 (#50)
  • feat: add header option (#47) (#52)

v2.0.0

07 May 16:12
Compare
Choose a tag to compare
  • Only send www-authenticate for 401. Make realm dynamic. (#40)

v1.2.0

07 May 12:47
Compare
Choose a tag to compare
  • Revert "Make realm dynamic (#39)" (it did not work as expected)

v1.1.0

07 May 09:55
Compare
Choose a tag to compare

📚 PR:

  • Bumped fastify
  • 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
  • feat: add stale (#21)
  • chore: add dependabot automerge (#25)
  • chore(gitignore): use latest github ignore template (#28)
  • style(ci): use standardized template (#29)
  • Bump fastify/github-action-merge-dependabot from v1.2.1 to v2.0.0 (#30)
  • chore: lint code and update deps to pass tests (#31)
  • ci: remove redundant conditional (#35)
  • test: coverage 100% (#36)
  • Bump tap from 14.11.0 to 15.0.2 (#34)
  • Bump @types/node from 14.14.42 to 15.0.0 (#37)
  • ci: add nodejs v16 to test matrix (#38)
  • Make realm dynamic (#39)

v1.0.1

16 Jun 08:06
Compare
Choose a tag to compare

📚 PR:

v1.0.0

08 May 16:13
Compare
Choose a tag to compare

📚 PR:

  • Support fastify v3 (#15)

v0.5.0

29 Nov 08:09
Compare
Choose a tag to compare

📚 PR:

  • Fixed typo in README.md (#14)
  • Add TS type definitions (#13)

v0.4.0

02 Apr 08:57
Compare
Choose a tag to compare
  • Improve support for custom error handlers #9
  • Migrate from Travis to Azure Pipelines #10