Releases: fastify/fastify-autoload
Releases Β· fastify/fastify-autoload
v5.0.0
v4.0.1
v4.0.0
v3.12.0
What's Changed
- chore(deps-dev): bump tap from 15.2.3 to 16.0.0 by @dependabot in #224
- Readme typo fix by @Mw3y in #227
- chore(deps-dev): bump tsd from 0.19.1 to 0.20.0 by @dependabot in #228
- adds mixed route params by @gillesdemey in #229
New Contributors
- @Mw3y made their first contribution in #227
- @gillesdemey made their first contribution in #229
Full Changelog: v3.11.0...v3.12.0
v3.11.0
π 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
π 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
What's Changed
- Add SWC support by @leoyli-headsup in #191
New Contributors
- @leoyli-headsup made their first contribution in #191
Full Changelog: v3.8.1...v3.9.0
v3.8.1
π 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
π 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)