Releases: fastify/fastify-bearer-auth
Releases · fastify/fastify-bearer-auth
v10.0.2
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
What's Changed
- chore: migrate from tap to node:test and c8 by @dancastillo in #189
- chore: update fastify to ^5.0.0 by @Fdawgs in #191
Full Changelog: v10.0.0...v10.0.1
v10.0.0
What's Changed
- chore(deps-dev): bump tsd from 0.30.7 to 0.31.0 by @dependabot in #180
- chore(deps): bump @fastify/error from 3.4.1 to 4.0.0 by @dependabot in #184
- Merge
next
intomaster
by @jsumners in #183 - perf: use spread over object.assign by @Fdawgs in #185
- chore(deps-dev): bump @types/node from 20.14.13 to 22.0.0 by @dependabot in #186
- chore(deps): bump fastify/workflows from 4.1.0 to 5.0.0 by @dependabot in #188
- chore: update min fastify version by @Fdawgs in #187
Full Changelog: v9.4.0...v10.0.0
v9.4.0
What's Changed
- docs(readme): fix broken links; grammar tweaks by @Fdawgs in #174
- docs(readme): replace
fastify.io
links withfastify.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
v9.2.1
v9.2.0
What's Changed
- chore(deps-dev): bump tsd from 0.29.0 to 0.30.0 by @dependabot in #166
- fix: validate authorization schema by @dancastillo in #167
New Contributors
- @dancastillo made their first contribution in #167
Full Changelog: v9.1.0...v9.2.0
v9.1.0
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
📚 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)
v8.0.1
What's Changed
- ci: migrate to fastify reusable workflow by @Fdawgs in #135
- chore(.gitignore): use updated skeleton template by @Fdawgs in #136
- chore(deps-dev): bump tsd from 0.20.0 to 0.21.0 by @dependabot in #137
- chore(deps-dev): bump @types/node from 17.0.45 to 18.0.0 by @dependabot in #138
- chore(deps-dev): bump tsd from 0.21.0 to 0.22.0 by @dependabot in #139
- use Object.prototype.hasOwnProperty instead of Object.hasOwnProperty by @Uzlopak in #140
- disable package-lock generation by @Uzlopak in #141
⚠️ Correctly use crypto.timingSafeEqual, see GHSA-376v-xgjx-7mfr for more details
New Contributors
Full Changelog: v8.0.0...v8.0.1