Releases: fastify/fastify-autoload
Releases · fastify/fastify-autoload
v6.3.1
What's Changed
- chore(deps-dev): bump tsd from 0.31.2 to 0.32.0 by @dependabot in #459
- chore(deps-dev): bump borp from 0.19.0 to 0.20.0 by @dependabot in #461
- Fixing files imported by module got bypass through isPluginOrModule check by @linkthai in #463
New Contributors
Full Changelog: v6.3.0...v6.3.1
v6.3.0
v6.2.0
What's Changed
- chore(deps-dev): bump vitest from 2.1.8 to 3.0.4 by @dependabot in #445
- chore: rename master to main by @Fdawgs in #444
- chore(deps-dev): bump esbuild from 0.24.2 to 0.25.0 by @dependabot in #449
- ci(ci): set job permissions by @Fdawgs in #451
- refactor: leverage process.features.typescript instead of node version by @jean-michelet in #452
Full Changelog: v6.1.0...v6.2.0
v6.1.0
What's Changed
- perf: use
node:
prefix to bypass require.cache call for builtins by @Fdawgs in #431 - chore(deps-dev): bump neostandard from 0.11.9 to 0.12.0 by @dependabot in #432
- build(deps-dev): add eslint, peer dep of neostandard by @Fdawgs in #433
- docs(readme): use simple english by @Fdawgs in #434
- perf(find-plugin): convert unused capture group to non-capture group by @Fdawgs in #435
- docs(readme): spelling and grammar fixes by @Fdawgs in #436
- test: prefix unused params with underscores by @Fdawgs in #437
- build(dependabot): reduce npm updates to monthly by @Fdawgs in #439
- feat: support native type stripping for Node >= v23 by @jean-michelet in #442
- test: #5555 - move to node test runner by @SamSalvatico in #440
New Contributors
- @SamSalvatico made their first contribution in #440
Full Changelog: v6.0.3...v6.1.0
v6.0.3
What's Changed
- refactor(lib/find-plugins): replace regexp
.exec()
with.test()
by @Fdawgs in #417 - style: remove trailing whitespace by @Fdawgs in #419
- build(deps-dev): replace standard with neostandard by @Fdawgs in #421
- chore(package): add funding and contribs by @Fdawgs in #422
- docs(readme): add compatibility table by @Fdawgs in #423
- test(types/index): add missing required
dir
option by @Fdawgs in #425 - chore(deps-dev): bump vite from 5.4.11 to 6.0.2 by @dependabot in #426
- docs(readme): point ci badge at master/main branch by @Fdawgs in #427
- docs(readme): update ci badge syntax by @Fdawgs in #428
- chore(deps-dev): bump @types/tap from 15.0.12 to 18.0.0 by @dependabot in #429
- perf: use
node:
prefix to bypass require.cache call for builtins by @Fdawgs in #430
Full Changelog: v6.0.2...v6.0.3
v6.0.2
What's Changed
- chore(deps-dev): bump esbuild from 0.23.1 to 0.24.0 by @dependabot in #413
- Fix dependencies across directories by @mcollina in #415
Full Changelog: v6.0.1...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