Releases: fastify/fastify-cli
Releases · fastify/fastify-cli
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
v5.9.0
What's Changed
- Replace pino-colada in help messages with pino-pretty by @segevfiner in #659
- Add an option to generate YAML to generate-swagger by @segevfiner in #662
- fix: app template options by @lqqyt2423 in #652
- chore(deps-dev): bump sinon from 14.0.2 to 16.0.0 by @dependabot in #663
- chore(deps-dev): bump fastify-tsconfig from 1.0.1 to 2.0.0 by @dependabot in #665
- chore: update typescript version to v5 by @DemonHa in #672
- chore: add missing
use strict
directives by @Fdawgs in #673 - chore(deps-dev): bump sinon from 16.1.3 to 17.0.0 by @dependabot in #675
- chore(deps-dev): bump concurrently from 7.6.0 to 8.2.2 by @dependabot in #676
- test: optimize split params by @Fdawgs in #674
- chore(package): explicitly declare js module type by @Fdawgs in #677
- perf: use
node:
prefix to bypass require.cache call for builtins by @Fdawgs in #658
New Contributors
- @lqqyt2423 made their first contribution in #652
- @DemonHa made their first contribution in #672
Full Changelog: v5.8.0...v5.9.0
v5.8.0
What's Changed
- fix: Correct wrong instructions for typescript ejecting by @anyonecancode in #589
- Improve the Typescript template. by @meotimdihia in #592
- chore(.gitignore): add bun lockfile by @Fdawgs in #594
- feat: add support for typescript and esm generation (#577) by @S-Abhishek in #585
- fix: use dot notation by @is2ei in #634
- Fix failing tests with cross-env by @bcomnes in #639
- print-routes options and print-plugins by @bcomnes in #637
- chore(deps): bump pino-pretty from 9.4.1 to 10.1.0 by @dependabot in #645
- chore(deps-dev): bump @types/node from 18.17.0 to 20.4.4 by @dependabot in #646
- fix error on undefined plugin by @dancastillo in #649
New Contributors
- @anyonecancode made their first contribution in #589
- @S-Abhishek made their first contribution in #585
- @is2ei made their first contribution in #634
- @dancastillo made their first contribution in #649
Full Changelog: v5.7.1...v5.8.0