Skip to content

Releases: fastify/fastify-autoload

v3.10.0

08 Jan 08:29
Compare
Choose a tag to compare

📚 PR:

  • chore(deps): bump actions/setup-node from 2.4.0 to 2.4.1 (#194)
  • docs fix example (#195)
  • chore(deps): bump fastify/github-action-merge-dependabot (#192)
  • chore(deps-dev): bump tsd from 0.17.0 to 0.18.0 (#196)
  • chore(deps): bump actions/checkout from 2.3.4 to 2.3.5 (#198)
  • chore(deps): bump actions/checkout from 2.3.5 to 2.4.0 (#199)
  • chore(deps-dev): bump tsd from 0.18.0 to 0.19.0 (#202)
  • chore(deps): bump fastify/github-action-merge-dependabot (#203)
  • build(dependabot): ignore minor and patch github-actions updates (#204)
  • chore(deps): bump fastify/github-action-merge-dependabot (#206)
  • chore(deps): bump fastify/github-action-merge-dependabot (#208)
  • chore(deps-dev): bump @types/node from 16.11.14 to 17.0.0 (#210)
  • chore: upgrade github-action-merge-dependabot to v3 (#211)
  • chore: upgrade github-action-merge-dependabot to v3 (#212)
  • feat: add tsm support (#215)

v3.9.0

14 Sep 21:56
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.8.1...v3.9.0

v3.8.1

25 Aug 12:38
Compare
Choose a tag to compare

📚 PR:

  • chore(deps): bump actions/setup-node from 2.1.5 to 2.2.0 (#174)
  • chore(deps-dev): bump @types/node from 15.14.1 to 16.0.0 (#175)
  • chore(deps): bump fastify/github-action-merge-dependabot (#176)
  • Bump ts-node & tsd (#178)
  • chore(deps): bump actions/setup-node from 2.2.0 to 2.3.0 (#179)
  • chore(deps): bump actions/setup-node from 2.3.0 to 2.3.1 (#180)
  • chore(deps): bump actions/setup-node from 2.3.1 to 2.3.2 (#181)
  • chore(deps): bump actions/setup-node from 2.3.2 to 2.4.0 (#182)
  • chore(deps): bump fastify/github-action-merge-dependabot (#184)
  • chore(deps): bump fastify/github-action-merge-dependabot (#185)
  • chore(deps-dev): bump @types/jest from 26.0.24 to 27.0.1 (#187)
  • fix: allow package.json in the root of autoload dir (#188) (#189)

v3.8.0

22 Jun 13:15
Compare
Choose a tag to compare

📚 PR:

  • Bump @types/node from 14.14.42 to 15.0.0 (#156)
  • ci: add nodejs v16 to test matrix (#157)
  • fix tests (#163)
  • Bump fastify/github-action-merge-dependabot from 2.0.0 to 2.1.0 (#165)
  • Bump tsd from 0.14.0 to 0.16.0 (#167)
  • chore(deps): bump fastify/github-action-merge-dependabot (#168)
  • Bumped jest and ts-jest to 27.x (#164)
  • docs: removed unnecessary import (#170)
  • fix: set routeParamPattern to global (issue #171) (#172)

v3.7.1

16 Apr 15:38
Compare
Choose a tag to compare

📚 PR:

  • ci: remove redundant conditional (#154)
  • docs(readme): minor grammar changes (#155)
  • fix: add missing type routeParams (#153)

v3.7.0

06 Apr 16:31
Compare
Choose a tag to compare

📚 PR:

  • Bump fastify/github-action-merge-dependabot from v1.2.1 to v2.0.0 (#147)
  • feat: route parameters (#134)
  • Support for tap v15 (#152)

v3.6.0

11 Mar 16:17
Compare
Choose a tag to compare

📚 PR:

  • Bump fastify/github-action-merge-dependabot from v1.1.1 to v1.2.0 (#140)
  • Bump fastify/github-action-merge-dependabot from v1.2.0 to v1.2.1 (#141)
  • fix: ci should run on the matrix os (#142)
  • chore(gitignore): use latest github ignore template (#143)
  • feat: Added forceESM option. (#144)
  • fix jest tests (#146)

v3.5.2

24 Feb 08:55
Compare
Choose a tag to compare

📚 PR:

  • Add missing types in AutoloadPluginOptions (#138)

v3.5.1

24 Feb 08:53
Compare
Choose a tag to compare
  • Bump actions/setup-node from v2.1.4 to v2.1.5 (#135)
  • Fix decorator support when not using autoHooks. (#136)

v3.5.0

22 Feb 20:23
Compare
Choose a tag to compare

📚 PR:

  • Bump actions/setup-node from v1 to v2.1.4
  • Bump actions/checkout from v1 to v2.3.4
  • Merge pull request #131 from fastify/dependabot/github_actions/actions/setup-node-v2.1.4
  • Merge pull request #132 from fastify/dependabot/github_actions/actions/checkout-v2.3.4
  • ci(dependabot): auto update github actions (#129)
  • Bump fastify/github-action-merge-dependabot from v1 to v1.1.1 (#130)
  • feat: autoload hooks (#128)