Releases: fastify/fastify-plugin
Releases · fastify/fastify-plugin
v5.1.0
What's Changed
- refactor(lib/getPluginName): remove redundant regex quantifiers by @Fdawgs in #250
- style: remove trailing whitespace by @Fdawgs in #252
- docs(readme): update ci badge syntax by @Fdawgs in #253
- build(deps-dev): replace standard with neostandard by @Fdawgs in #254
- build(deps-dev): add eslint, peer dep of neostandard by @Fdawgs in #257
- build(deps-dev): bump neostandard from 0.11.9 to 0.12.0 by @dependabot[bot] in #256
- chore(package): add funding and contribs by @Fdawgs in #258
- refactor: prefix unused params with underscores by @Fdawgs in #260
- docs(readme): spelling fix by @Fdawgs in #261
- Fix types test by @mcollina in #262
- build(dependabot): reduce npm updates to monthly by @Fdawgs in #263
- chore: rename master to main by @Fdawgs in #264
- ci(ci): set job permissions by @Fdawgs in #265
- ci: set permissions at workflow level by @Fdawgs in #266
- ci: restore job level permissions by @Fdawgs in #267
- build(deps-dev): bump tsd from 0.31.2 to 0.32.0 by @dependabot[bot] in #268
- chore(license): update date ranges; standardise style by @Fdawgs in #270
- build(deps-dev): bump @types/node from 22.15.34 to 24.0.8 by @dependabot[bot] in #271
- chore: update dependencie @fastify/type-provider-typebox by @Tony133 in #269
- build(deps-dev): bump tsd from 0.32.0 to 0.33.0 by @dependabot[bot] in #272
- chore(.npmrc): ignore scripts by @Fdawgs in #273
- build(deps-dev): remove @fastify/pre-commit by @Fdawgs in #274
New Contributors
Full Changelog: v5.0.1...v5.1.0
v5.0.1
What's Changed
- fix: migrate from tap to node test and c8 by @nimesh0505 in #248
- chore: update fastify to ^5.0.0 by @Fdawgs in #249
New Contributors
- @nimesh0505 made their first contribution in #248
Full Changelog: v5.0.0...v5.0.1
v5.0.0
What's Changed
- build(deps-dev): bump tsd from 0.28.1 to 0.29.0 by @dependabot in #223
- chore: add
.gitattributesfile by @Fdawgs in #225 - chore(package): explicitly declare js module type by @Fdawgs in #226
- refactor(plugin): replace
typeofundefined check by @Fdawgs in #227 - build(deps-dev): bump tsd from 0.29.0 to 0.30.0 by @dependabot in #228
- Update README.md by @jordanebelanger in #229
- types: remove extranous imports by @Uzlopak in #230
- build(deps-dev): bump @fastify/type-provider-typebox from 3.6.0 to 4.0.0 by @dependabot in #231
- add install section to README by @matthyk in #232
- fix typo by @matthyk in #234
- chore(.gitignore): add .tap/ dir by @Fdawgs in #235
- build(deps-dev): bump tsd from 0.30.7 to 0.31.0 by @dependabot in #239
- Merge
nextintomasterby @jsumners in #241 - build(deps): bump fastify/workflows from 4.1.0 to 4.2.1 by @dependabot in #242
- perf(lib/tocamelcase): immediately return instead of using temp var by @Fdawgs in #243
- build(deps-dev): bump @types/node from 20.14.13 to 22.0.0 by @dependabot in #244
- chore: update min fastify version by @Fdawgs in #245
- build(deps): bump fastify/workflows from 4.2.1 to 5.0.0 by @dependabot in #246
New Contributors
- @jordanebelanger made their first contribution in #229
- @matthyk made their first contribution in #232
Full Changelog: v4.5.1...v5.0.0
v4.5.1
What's Changed
- docs: rename next callback to done to make consistent with core by @58bits in #210
- chore(.gitignore): add bun lockfile by @Fdawgs in #211
- build(deps-dev): bump tsd from 0.25.0 to 0.27.0 by @dependabot in #212
- build(deps-dev): bump tsd from 0.27.0 to 0.28.0 by @dependabot in #213
- build(deps-dev): bump @fastify/type-provider-typebox from 2.4.0 to 3.0.0 by @dependabot in #214
- ci: only trigger on pushes to main branches by @Fdawgs in #215
- build(deps-dev): bump @types/node from 18.16.5 to 20.1.0 by @dependabot in #216
- fix inferring the correct fn type by @Uzlopak in #218
New Contributors
Full Changelog: v4.5.0...v4.5.1
v4.5.0
v4.4.0
What's Changed
- fix unit test by @Uzlopak in #202
- rename stackParser.js to extractPluginName.js by @Uzlopak in #201
- disable package-lock generation by @Uzlopak in #203
- extract getPluginName and toCamelCase to lib-folder by @Uzlopak in #205
- nodenext compatibility by @Uzlopak in #204
Full Changelog: v4.3.0...v4.4.0