Releases: fastify/fastify-basic-auth
Releases · fastify/fastify-basic-auth
v6.0.3
What's Changed
- build(deps-dev): bump neostandard from 0.11.9 to 0.12.0 by @dependabot in #146
- build(deps-dev): add eslint, peer dep of neostandard by @Fdawgs in #147
- chore(package): add funding and contribs by @Fdawgs in #148
- docs(readme): add compat table by @Fdawgs in #149
- docs(readme): use simple english by @Fdawgs in #150
- test(index): prefix unused params with underscores by @Fdawgs in #151
- perf(index): use optional chaining by @Fdawgs in #152
- refactor(example): prefix unused params with underscores by @Fdawgs in #153
- docs(readme): spelling and grammar fixes by @Fdawgs in #154
- chore(package): capitalize basic by @Fdawgs in #155
Full Changelog: v6.0.2...v6.0.3
v6.0.2
What's Changed
- refactor(index): consolidate controlre variables by @Fdawgs in #142
- build(deps): bump fastify/workflows from 5.0.0 to 5.0.1 by @dependabot in #143
- build(deps-dev): replace standard with neostandard by @Fdawgs in #144
- docs(readme): update ci badge syntax by @Fdawgs in #145
Full Changelog: v6.0.1...v6.0.2
v6.0.1
v6.0.0
What's Changed
- build(deps-dev): bump tsd from 0.29.0 to 0.30.0 by @dependabot in #127
- docs(readme): replace
fastify.io
links withfastify.dev
by @Fdawgs in #128 - docs(readme): fix broken link by @Fdawgs in #129
- chore(.gitignore): add .tap/ dir by @Fdawgs in #130
- build(deps-dev): bump tsd from 0.30.7 to 0.31.0 by @dependabot in #132
- build(deps): bump @fastify/error from 3.4.1 to 4.0.0 by @dependabot in #133
- Merge
next
intomaster
by @jsumners in #134 - build(deps-dev): bump tsd from 0.30.7 to 0.31.1 by @dependabot in #135
- refactor(index): regex updates by @Fdawgs in #136
- build(deps-dev): bump @types/node from 20.14.13 to 22.0.0 by @dependabot in #137
- build(deps): bump fastify/workflows from 4.1.0 to 5.0.0 by @dependabot in #139
- chore: update min fastify version by @Fdawgs in #138
- chore: migrate from tap to node:test and c8 by @dancastillo in #140
New Contributors
- @dancastillo made their first contribution in #140
Full Changelog: v5.1.1...v6.0.0
v5.1.1
v5.1.0
What's Changed
- add example by @Uzlopak in #111
- build(deps-dev): bump tsd from 0.24.1 to 0.25.0 by @dependabot in #113
- RFC6717 conformancy by @Uzlopak in #112
- chore(.gitignore): add clinic by @Fdawgs in #114
- chore(.gitignore): add bun lockfile by @Fdawgs in #115
- build(deps-dev): bump tsd from 0.25.0 to 0.26.0 by @dependabot in #116
- build(deps-dev): bump tsd from 0.26.1 to 0.27.0 by @dependabot in #117
- build(deps-dev): bump tsd from 0.27.0 to 0.28.0 by @dependabot in #118
- ci: only trigger on pushes to main branches by @Fdawgs in #119
- build(deps-dev): bump @types/node from 18.16.5 to 20.1.0 by @dependabot in #120
- build(deps-dev): bump tsd from 0.28.1 to 0.29.0 by @dependabot in #121
- perf: use
node:
prefix to bypass require.cache call for builtins by @Fdawgs in #122 - chore: add
.gitattributes
file by @Fdawgs in #124 - chore(package): explicitly declare js module type by @Fdawgs in #125
Full Changelog: v5.0.0...v5.1.0
v5.0.0
📚 PR:
- docs(readme): remove snyk badge (#92)
- chore(.gitignore): use updated skeleton template (#93)
- Bump tsd from 0.20.0 to 0.21.0 (#94)
- Bump @types/node from 17.0.45 to 18.0.0 (#95)
- Bump tsd from 0.21.0 to 0.22.0 (#96)
- disable package lock generation (#98)
- reorder npm scripts, run ci with lint: true (#100)
- replace http-errors with @fastify/error (#99)
- Bump fastify-plugin from 3.0.1 to 4.0.0 (#101)
- chore: remove unused import in typings test (#102)
- ci: enable license checking (#103)
- build(deps-dev): bump tsd from 0.22.0 to 0.23.0 (#104)
- types: add typings for realm function (fix #40) (#105)
- chore(dev): add pre-commit (#106)
- move types to types-folder, tests into test folder, update typings (#107)
- build(deps-dev): bump @fastify/auth from 3.0.2 to 4.0.0 (#108)
- build(deps-dev): bump tsd from 0.23.0 to 0.24.1 (#109)
- nodenext compatiblity (#110)