Skip to content

Releases: fastify/fastify-autoload

v5.0.0

11 May 14:46
8d55390
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.1...v5.0.0

v4.0.1

01 May 16:37
3253bb9
Compare
Choose a tag to compare

What's Changed

  • docs: update references to old fastify-* modules by @Fdawgs in #235
  • fix: update error text thrown to reference new module name @Fdawgs in #236

Full Changelog: v4.0.0...v4.0.1

v4.0.0

27 Apr 13:37
5fc1fb1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.12.0...v4.0.0

v3.12.0

17 Apr 15:12
08653af
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.11.0...v3.12.0

v3.11.0

09 Feb 17:47
Compare
Choose a tag to compare

πŸ“š PR:

  • fix: update typescript definitions and deprecated tap methods
  • chore: upgrade package dependencies
  • fix (test): no flacky tests with an increased timeout to 30000
  • fix (test): get rid of this flackyness
  • Merge pull request #217 from darkgl0w/make-ci-green-again
  • chore: testing new reusable workflow (#216)
  • build: reduce dependabot update frequency (#219)
  • feat: adding encapsulate option with default true, non-breaking change (#222)

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)