Skip to content

Releases: fastify/fastify-autoload

v5.7.2

19 Oct 08:12
068f2bf
Compare
Choose a tag to compare

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

Full Changelog: v5.7.1...v5.7.2

v5.7.1

11 Jan 17:40
35df922
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.7.0...v5.7.1

v5.7.0

01 Jan 22:22
bc73da5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.6.0...v5.7.0

v5.6.0

24 Nov 06:45
97d5608
Compare
Choose a tag to compare

📚 PR:

  • disable package-lock generation (#282)
  • remove semver (#281)
  • move typings to types folder & make typings nodenext compatible (#283)

v5.5.0

18 Nov 11:24
085d24a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.4.1...v5.5.0

v5.4.1

13 Oct 06:48
d9e17e0
Compare
Choose a tag to compare

📚 PR:

  • Fixed the wrong link. (#269)
  • chore(deps-dev): bump tsd from 0.23.0 to 0.24.1 (#270)
  • 271: trying to use babel-node when using typescript files (#272)
  • run lint on workflow run (#275)
  • forceESM for vitest (#274)

v5.4.0

09 Sep 13:36
Compare
Choose a tag to compare

📚 PR:

  • chore(deps-dev): bump @types/jest from 28.1.8 to 29.0.0 (#267)
  • Skip loading of non-plugin-like entities (#268)

v5.3.1

01 Sep 21:38
Compare
Choose a tag to compare

Revert of #264 because of #266.

Full Changelog: v5.3.0...v5.3.1

v5.3.0

01 Sep 09:28
c59d42a
Compare
Choose a tag to compare

What's Changed

  • chore: remove unused eslint config by @Fdawgs in #260
  • chore(deps-dev): bump tsd from 0.22.0 to 0.23.0 by @dependabot in #262
  • build(deps-dev): add semver by @Fdawgs in #263
  • Add support for .ts files when app is not run with ts-node. by @kylerush in #264

New Contributors

Full Changelog: v5.2.0...v5.3.0

v5.2.0

06 Aug 21:33
8dd3521
Compare
Choose a tag to compare

What's Changed

  • chore(deps-dev): bump fastify-plugin from 3.0.1 to 4.0.0 by @dependabot in #253
  • build(deps-dev): replace pre-commit with @fastify/pre-commit by @Fdawgs in #256
  • ci: enable license checking by @Fdawgs in #257
  • chore(deps-dev): bump @types/jest from 27.5.2 to 28.1.6, bump jest and ts-jest to latest by @dependabot in #254
  • docs(readme): replace use of deprecated variadic listen() by @Fdawgs in #258
  • Add support for @swc-node/register by @jclem in #259

New Contributors

Full Changelog: v5.1.0...v5.2.0