Releases: fastify/fastify-autoload
Releases · fastify/fastify-autoload
v6.0.2
v6.0.1
v6.0.0
What's Changed
- perf: extract pluginOrModulePattern by @Uzlopak in #387
- chore(deps-dev): bump tsd from 0.29.0 to 0.31.1 by @dependabot in #390
- chore(deps-dev): bump esbuild from 0.19.12 to 0.21.5 by @dependabot in #393
- chore(deps-dev): bump tsx from 3.14.0 to 4.15.7 by @dependabot in #391
- docs: document possibility to parameter scriptPattern by @jean-michelet in #389
- Merge
next
intomaster
by @jsumners in #396 - chore(deps-dev): bump esbuild from 0.21.5 to 0.23.0 by @dependabot in #395
- chore(deps-dev): bump vitest from 1.6.0 to 2.0.3 by @dependabot in #400
- chore(deps-dev): bump @types/node from 20.14.13 to 22.0.0 by @dependabot in #402
- chore: update ci workflow version by @jean-michelet in #403
- Fix a README.md formatting issue by @fox1t in #405
- feat: reduce cognitive complexity by @jean-michelet in #401
Full Changelog: v5.10.0...v6.0.0
v5.10.0
What's Changed
- fix: revert composing autohooks by @climba03003 in #382
Full Changelog: v5.9.0...v5.10.0
v5.9.0
What's Changed
- Allow
autoConfig
with callback by @jean-michelet in #381
Full Changelog: v5.8.3...v5.9.0
v5.8.3
What's Changed
- fix: autohooks prefix concatenation by @climba03003 in #378
Full Changelog: v5.8.2...v5.8.3
v5.8.2
v5.8.1
What's Changed
- perf(index): optimize split param by @Fdawgs in #337
- chore(package): explicitly declare js module type by @Fdawgs in #338
- chore(deps-dev): bump vite from 4.5.0 to 5.0.0 by @dependabot in #342
- docs(readme): replace
fastify.io
links withfastify.dev
by @Fdawgs in #355 - chore(.gitignore): add .tap/ dir by @Fdawgs in #361
- Achieve 100% test coverage by @jean-michelet in #370
- composedPlugin should have its own prefix context by @jean-michelet in #368
- refactor: better support typescript by @climba03003 in #372
New Contributors
- @jean-michelet made their first contribution in #370
Full Changelog: v5.8.0...v5.8.1
v5.8.0
Full Changelog: v5.7.2...v5.8.0
v5.7.2
What's Changed
- chore(deps-dev): bump esbuild from 0.16.17 to 0.17.0 by @dependabot in #294
- chore(deps-dev): bump vitest from 0.26.3 to 0.27.1 by @dependabot in #295
- chore(deps-dev): bump vitest from 0.27.3 to 0.28.3 by @dependabot in #299
- chore(deps-dev): bump vitest from 0.28.5 to 0.29.1 by @dependabot in #301
- chore(.gitignore): add bun lockfile by @Fdawgs in #302
- chore(deps-dev): bump tsd from 0.25.0 to 0.28.0 by @dependabot in #304
- chore(deps-dev): bump typescript from 4.9.5 to 5.0.2 by @dependabot in #305
- chore(deps-dev): bump vitest from 0.29.8 to 0.30.1 by @dependabot in #307
- ci: only trigger on pushes to main branches by @Fdawgs in #308
- chore(deps-dev): bump @types/node from 18.16.5 to 20.1.0 by @dependabot in #310
- chore(deps-dev): bump vitest from 0.30.1 to 0.31.1 by @dependabot in #312
- chore(deps-dev): bump esbuild from 0.17.19 to 0.18.0 by @dependabot in #313
- chore(deps-dev): bump vitest from 0.31.4 to 0.32.0 by @dependabot in #314
- refactor(index): convert unused capture groups to non-capture groups by @Fdawgs in #318
- chore(deps-dev): bump vitest from 0.32.4 to 0.33.0 by @dependabot in #319
- chore(deps-dev): bump vitest from 0.33.0 to 0.34.1 by @dependabot in #321
- chore(deps-dev): bump esbuild from 0.18.20 to 0.19.2 by @dependabot in #322
- chore(deps-dev): bump tsd from 0.28.1 to 0.29.0 by @dependabot in #324
- perf: use
node:
prefix to bypass require.cache call for builtins by @Fdawgs in #325 - feat: add FASTIFY_AUTOLOAD_TYPESCRIPT environment variable by @Uzlopak in #327
- docs(readme): update typescript env variable section by @Fdawgs in #328
- perf(index): convert unused capture group to non-capture group by @Fdawgs in #330
- docs(readme): fix capitalization of typescript by @Fdawgs in #333
- chore: add
.gitattributes
file by @Fdawgs in #334 - test(commonjs): add missing
use strict
directives by @Fdawgs in #336 - chore: remove
getPackageType
deps, fix for Bun by @ObscuritySRL in #335
New Contributors
- @ObscuritySRL made their first contribution in #335
Full Changelog: v5.7.1...v5.7.2