Releases: fastify/fastify-bearer-auth
Releases · fastify/fastify-bearer-auth
v10.1.0
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
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)