Skip to content

Releases: fastify/fastify-cli

v2.12.0

19 May 10:54
007512b

Choose a tag to compare

📚 PR:

  • fix all test deprecations (#360)
  • chore(deps-dev): bump tsd from 0.14.0 to 0.15.1 (#365)
  • chore(deps): bump actions/checkout from 2 to 2.3.4 (#366)
  • chore(deps): bump tap from 14 to 15.0.9 (#369)
  • actually stop the watcher (#370)
  • await close all the time (#371)
  • fix: skip watch test on github ci (#373)
  • ci: add nodejs 16 to matrix (#349)

v2.11.0

07 May 10:46

Choose a tag to compare

📚 PR:

  • chore(deps-dev): bump @types/node from 14.14.42 to 15.0.0 (#350)
  • fix: watcher ignores ts files in typescript projects (#352)
  • docs: fix number of tasks (#356)
  • chore(deps): bump dotenv from 8.6.0 to 9.0.0 (#358)
  • fix: fixed test script in typescript template project (#321)
  • Add TS Node environment variable (#355)
  • allow preloading modules without referencing by filename (#359)

v2.10.0

24 Apr 15:19

Choose a tag to compare

📚 PR:

  • chore: ci updates and style change (#331)
  • ci: remove redundant conditional (#335)
  • chore(deps-dev): bump sinon from 9.2.4 to 10.0.1 (#336)
  • Updated services to routes (#337)
  • chore(deps-dev): bump @types/tap from 14.10.3 to 15.0.0 (#339)
  • Update README.md (#340)
  • Update README.md migration section with the latest eject template code (#347)
  • docs(readme): minor grammatical fixes (#346)
  • add code to check a file (#343)

v2.9.1

18 Mar 14:18

Choose a tag to compare

📚 PR:

  • Change .mjs to .js and add note about "type": "module" (#326)
  • fix: make both fastify and plugin env vars work (#329)

v2.9.0

12 Mar 18:34

Choose a tag to compare

📚 PR:

  • Add option to load module before anything else #314 (#316)
  • Fix tests (#325)
  • Add 'watch' console message on files update (#324)

v2.8.0

24 Feb 09:17

Choose a tag to compare

📚 PR:

  • chore(deps-dev): bump concurrently from 5.3.0 to 6.0.0
  • Merge pull request #319 from fastify/dependabot/npm_and_yarn/concurrently-6.0.0
  • feat: added fastify-sensible to project template (#312) (#313)
  • Adding graceful shutdown lib (#318)

v2.7.0

29 Dec 09:20

Choose a tag to compare

📚 PR:

  • adds feature: #307 eject-ts (#308)
  • Fix TS compilation error. (#306)
  • Fix eject and eject-ts tests (#309)

v2.6.0

20 Dec 12:00

Choose a tag to compare

📚 PR:

  • chore(deps): bump help-me from 1.1.0 to 2.0.0
  • Merge pull request #297 from fastify/dependabot/npm_and_yarn/help-me-2.0.0
  • chore(deps-dev): bump tsd from 0.13.1 to 0.14.0
  • Merge pull request #298 from fastify/dependabot/npm_and_yarn/tsd-0.14.0
  • chore(deps-dev): bump ts-standard from 9.0.0 to 10.0.0
  • Merge pull request #299 from fastify/dependabot/npm_and_yarn/ts-standard-10.0.0
  • support ESM modules (#288)
  • chore: add dependabot auto merge (#292)
  • chore(deps-dev): bump standard from 14.3.4 to 16.0.3 (#293)
  • docs(help/generate.txt, readme): add generate command typescript template info (#294)
  • fix: help command now prints generate-plugin info (#296)
  • feat: fastify eject (#302)
  • feat: reload env when watch restarts the application (#300)

v2.5.1

23 Oct 11:02

Choose a tag to compare

📚 PR:

  • feat: add stale (#283)
  • fix: should throw error when async plugin is invalid (#285)

v2.5.0

19 Oct 15:39

Choose a tag to compare

📚 PR:

  • chore(deps-dev): bump fastify-plugin from 2.3.4 to 3.0.0
  • Revert "feat: start can now watch ts files (#246) (#276)"
  • docs: link to fastify docs instead of fastify repo (#278)
  • Do not ignore js files in template gitignore (#281)