Skip to content

Releases: fastify/fastify-bearer-auth

v10.1.0

09 Feb 17:31
v10.1.0
b7e6302
Compare
Choose a tag to compare

What's Changed

  • build(dependabot): reduce npm updates to monthly by @Fdawgs in #206
  • docs(readme): conciseness improvements by @Fdawgs in #208
  • types(index): allow undefined for some optional properties by @Fdawgs in #209
  • chore: rename master to main by @Fdawgs in #211
  • feat: explicit hook configuration via addHook by @Fdawgs in #212

Full Changelog: v10.0.2...v10.1.0

v10.0.2

03 Jan 11:27
v10.0.2
d328943
Compare
Choose a tag to compare

What's Changed

  • refactor(index): use Object.hasOwn() by @Fdawgs in #192
  • chore(deps): bump fastify/workflows from 5.0.0 to 5.0.1 by @dependabot in #193
  • build(deps-dev): replace standard with neostandard by @Fdawgs in #195
  • docs(readme): point ci badge at master/main branch by @Fdawgs in #194
  • docs(readme): update ci badge syntax by @Fdawgs in #196
  • chore(deps-dev): bump neostandard from 0.11.9 to 0.12.0 by @dependabot in #197
  • build(deps-dev): add eslint, peer dep of neostandard by @Fdawgs in #198
  • chore(types): fix linting by @Fdawgs in #199
  • docs(readme): add compatibility table by @Fdawgs in #200
  • chore(package): add funding and contribs by @Fdawgs in #201
  • test: prefix unused params with underscores by @Fdawgs in #202
  • docs(readme): grammar and broken link fixes by @Fdawgs in #203
  • chore(package): clarify auth type in desc by @Fdawgs in #204

Full Changelog: v10.0.1...v10.0.2

v10.0.1

22 Sep 09:01
1c125d7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v10.0.0...v10.0.1

v10.0.0

05 Sep 14:55
85fd6f0
Compare
Choose a tag to compare
v10.0.0 Pre-release
Pre-release

What's Changed

Full Changelog: v9.4.0...v10.0.0

v9.4.0

19 Mar 17:50
065955f
Compare
Choose a tag to compare

What's Changed

  • docs(readme): fix broken links; grammar tweaks by @Fdawgs in #174
  • docs(readme): replace fastify.io links with fastify.dev by @Fdawgs in #175
  • chore(.gitignore): add .tap/ dir by @Fdawgs in #177
  • fix: Use @fastify/error to create errors by @dancastillo in #179

Full Changelog: v9.3.0...v9.4.0

v9.3.0

31 Dec 21:36
Compare
Choose a tag to compare

What's Changed

  • chore: add lint:fix npm script by @Uzlopak in #173
  • chore: improve index.js by @Uzlopak in #171
  • fix: allow string array as keys option by @Uzlopak in #170
  • feat: add specCompliance option, option to set case insensitive for bearerType by @Uzlopak in #172

Full Changelog: v9.2.1...v9.3.0

v9.2.1

28 Dec 19:58
Compare
Choose a tag to compare

What's Changed

  • Improve performance, fix bug in authorization schema by @Uzlopak in #168

Full Changelog: v9.2.0...v9.2.1

v9.2.0

27 Dec 22:37
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v9.1.0...v9.2.0

v9.1.0

15 Nov 17:31
2734238
Compare
Choose a tag to compare

What's Changed

  • chore(deps-dev): bump tsd from 0.24.1 to 0.25.0 by @dependabot in #150
  • chore(.gitignore): add clinic by @Fdawgs in #152
  • chore(.gitignore): add bun lockfile by @Fdawgs in #153
  • chore(deps-dev): bump tsd from 0.25.0 to 0.26.0 by @dependabot in #154
  • chore(deps-dev): bump tsd from 0.26.1 to 0.27.0 by @dependabot in #155
  • chore(deps-dev): bump tsd from 0.27.0 to 0.28.0 by @dependabot in #156
  • ci: only trigger on pushes to main branches by @Fdawgs in #157
  • chore(deps-dev): bump @types/node from 18.16.5 to 20.1.0 by @dependabot in #158
  • chore(deps-dev): bump tsd from 0.28.1 to 0.29.0 by @dependabot in #159
  • perf: use node: prefix to bypass require.cache call for builtins by @Fdawgs in #160
  • chore: add .gitattributes file by @Fdawgs in #162
  • chore(package): explicitly declare js module type by @Fdawgs in #163

Full Changelog: v9.0.0...v9.1.0

v9.0.0

01 Dec 07:53
6d2c33a
Compare
Choose a tag to compare

📚 PR:

  • chore(deps): bump fastify-plugin from 3.0.1 to 4.0.0 (#142)
  • ci: enable license checking (#143)
  • chore(deps-dev): bump tsd from 0.22.0 to 0.23.0 (#144)
  • chore(deps-dev): bump @fastify/auth from 3.0.2 to 4.0.0 (#145)
  • chore(deps-dev): bump tsd from 0.23.0 to 0.24.1 (#146)
  • remove internals, restructure (#149)
  • nodenext compatiblity (#148)