Skip to content

Releases: fastify/fastify-autoload

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)

v3.4.2

25 Jan 09:48
Compare
Choose a tag to compare

πŸ“š PR:

  • fix: skip override on exports (#127)

v3.4.1

25 Jan 07:29
Compare
Choose a tag to compare

πŸ“š PR:

  • test: add test for env integration (#125)
  • fix: fixed error when importing using esm syntax (#126)

v3.4.0

24 Dec 09:28
Compare
Choose a tag to compare

πŸ“š PR:

  • feat: rewrite prefix (#124)