Releases: fastify/fastify-cli
Releases Β· fastify/fastify-cli
v2.10.0
π 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
π 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
π 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
π 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
π PR:
- adds feature: #307 eject-ts (#308)
- Fix TS compilation error. (#306)
- Fix eject and eject-ts tests (#309)
v2.6.0
π 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
π PR:
- feat: add stale (#283)
- fix: should throw error when async plugin is invalid (#285)
v2.5.0
π 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)
v2.4.0
π PR:
- refactor: use fastify-tsconfig in ts template (#273) (#275)
- feat: start can now watch ts files (#246) (#276)
v2.3.0
π PR:
- Bump typescript from 3.9.7 to 4.0.2
- Bump yargs-parser from 19.0.4 to 20.0.0
- fix: typo in routes/README (#266)
- Improve ts template and bump fastify-plugin (#262)
- Fix fastify routes command (#265)
- Fix watch test (#272)
- Generate plugin (#269)