Releases: fastify/fastify-cli
Releases · fastify/fastify-cli
v7.2.0
v7.1.0
What's Changed
- build(deps-dev): lock typescript minor version by @Fdawgs in #767
- chore(deps-dev): bump typescript from 5.2.2 to 5.6.3 by @dependabot in #768
- style: remove trailing whitespace by @Fdawgs in #771
- docs(readme): update ci badge syntax by @Fdawgs in #777
- Chore/test runner by @ilteoood in #772
- feat: Support ESM logging module by @segevfiner in #775
New Contributors
Full Changelog: v7.0.1...v7.1.0
v7.0.1
What's Changed
- chore(deps-dev): bump concurrently from 8.2.2 to 9.0.0 by @dependabot in #759
- docs: fix typo in readme by @danielpza in #761
- chore(deps-dev): bump sinon from 18.0.1 to 19.0.2 by @dependabot in #762
- chore(deps): bump chokidar from 3.6.0 to 4.0.0 by @dependabot in #763
- chore: update fastify to ^5.0.0 by @Fdawgs in #764
New Contributors
- @danielpza made their first contribution in #761
Full Changelog: v7.0.0...v7.0.1
v7.0.0
What's Changed
- chore(deps): bump fastify/workflows from 4.2.1 to 5.0.0 by @dependabot in #750
- chore(deps-dev): bump @types/node from 20.14.14 to 22.1.0 by @dependabot in #751
- chore(deps): bump close-with-grace from 1.3.0 to 2.1.0 by @dependabot in #755
- Bump to Fastify v5 by @mcollina in #757
Full Changelog: v6.3.0...v7.0.0
v6.3.0
What's Changed
- chore(deps-dev): bump c8 from 9.1.0 to 10.1.2 by @dependabot in #733
- chore(deps): bump @fastify/deepmerge from 1.3.0 to 2.0.0 by @dependabot in #735
- chore(deps-dev): bump minimatch from 5.1.6 to 9.0.5 by @dependabot in #738
- chore(templates): remove obsolete .taprc file by @faustman in #747
- docs: Emphasizing the monolythic approach in generated plugin README by @jean-michelet in #736
- fix: should ensure can access all decorators from app built with
helper.build
by @jean-michelet in #742
New Contributors
Full Changelog: v6.2.0...v6.3.0
v6.2.0
What's Changed
- Fix: Test script cannot detect test under test directory with deep level by @adamward459 in #708
- chore(deps): bump fastify/workflows from 4.0.0 to 4.1.0 by @dependabot in #709
- Fix(templates) fix typo by @EstebanDalelR in #712
- fix: make-promises-safe is no longer required by @10xLaCroixDrinker in #711
- feat(generate): add note about --integrate to package.json exists error by @10xLaCroixDrinker in #710
- feat: add support for preloading ES module with --import flag by @weixinwu in #713
- chore(deps-dev): bump tsd from 0.30.7 to 0.31.0 by @dependabot in #716
- chore(deps): bump fastify/workflows from 4.1.0 to 4.2.1 by @dependabot in #721
- chore(deps-dev): bump sinon from 17.0.2 to 18.0.0 by @dependabot in #723
- fix: removes async from callback-based onClose hooks by @big-kahuna-burger in #727
- fix: ensure
options
are passed to app plugin with--options
flag by @dhensby in #728 - chore(deps): bump pino-pretty from 10.3.1 to 11.2.0 by @dependabot in #731
- refactor: uninstall global listeners not needed on eject templates by @jean-michelet in #732
- fix: add missing parameter for type of
build
function infastify-cli/helper
by @zetaraku in #724
New Contributors
- @adamward459 made their first contribution in #708
- @EstebanDalelR made their first contribution in #712
- @10xLaCroixDrinker made their first contribution in #711
- @weixinwu made their first contribution in #713
- @dhensby made their first contribution in #728
- @jean-michelet made their first contribution in #732
- @zetaraku made their first contribution in #724
Full Changelog: v6.1.1...v6.2.0
v6.1.1
What's Changed
- Fix return type of build in helper by @BryanAbate in #651
- chore(.gitignore): add .tap/ dir by @Fdawgs in #706
- fix: add missing
c8
dev dependency by @samialdury in #704
New Contributors
- @BryanAbate made their first contribution in #651
- @samialdury made their first contribution in #704
Full Changelog: v6.1.0...v6.1.1
v6.1.0
What's Changed
- chore(deps-dev): bump c8 from 7.14.0 to 9.0.0 by @dependabot in #693
- remove unused devDep @types/tap by @SimoneDevkt in #699
- chore: replace
fastify.io
links withfastify.dev
by @Fdawgs in #697 - fix: require doesn't work in esm projects by @mhamann in #698
- chore(deps-dev): bump tsd from 0.28.1 to 0.30.4 by @dependabot in #700
New Contributors
- @SimoneDevkt made their first contribution in #699
Full Changelog: v6.0.1...v6.1.0
v6.0.1
v6.0.0
What's Changed
- fix: better skip logic by @big-kahuna-burger in #681
- feat: use built in
node:test
runner in all template test implementations by @big-kahuna-burger in #682 - drop old nodes by @mcollina in #689
New Contributors
- @big-kahuna-burger made their first contribution in #681
Full Changelog: v5.9.0...v6.0.0