Skip to content

Releases: fastify/fastify-cli

v4.1.0

11 Jun 10:20
f4f8a33
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.0...v4.1.0

v4.0.0

23 May 15:46
d563ce0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.0...v4.0.0

v3.1.0

18 May 09:12
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.1...v3.1.0

v3.0.1

12 May 12:48
fbf932f
Compare
Choose a tag to compare

What's Changed

  • add scoped autoload and sensible dependencies by @mcollina in #484

Full Changelog: v3.0.0...v3.0.1

v3.0.0

11 May 10:31
5ab4e56
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.15.0...v3.0.0

v2.15.0

20 Jan 07:58
Compare
Choose a tag to compare

📚 PR:

  • chore(deps): bump fastify/github-action-merge-dependabot (#437)
  • feat: config to debug TypeScript in vscode (#427)
  • chore(deps): bump fastify/github-action-merge-dependabot (#438)
  • chore(deps-dev): bump @types/node from 16.11.14 to 17.0.0 (#441)
  • chore: upgrade github-action-merge-dependabot to v3 (#442)
  • chore(deps-dev): bump concurrently from 6.5.1 to 7.0.0 (#445)
  • chore(deps): bump dotenv from 10.0.0 to 13.0.1 (#449)
  • chore(deps): bump dotenv from 13.0.1 to 14.2.0 (#450)
  • feat: add test helper (#446)
  • fix: template plugin typescript definitions and remove mkdirp dev-dep (#448)

v2.14.0

27 Nov 06:59
Compare
Choose a tag to compare

📚 PR:

  • chore(deps): bump fastify/github-action-merge-dependabot (#381)
  • chore(deps-dev): bump tsd from 0.15.1 to 0.16.0 (#382)
  • chore(deps): bump commist from 1.1.0 to 2.0.0 (#383)
  • chore(deps): bump help-me from 2.0.0 to 3.0.0 (#384)
  • chore(deps): bump fastify/github-action-merge-dependabot (#385)
  • fix: only list files on the left-side navbar (#392)
  • feat: add default readme for generated project (#393)
  • chore(deps): bump actions/setup-node from 2.1.5 to 2.2.0 (#394)
  • chore(deps-dev): bump @types/node from 15.14.1 to 16.0.0 (#395)
  • chore(deps): bump fastify/github-action-merge-dependabot (#396)
  • docs: add container address info (#399)
  • chore(deps): bump actions/setup-node from 2.2.0 to 2.3.0 (#400)
  • chore(deps): bump actions/setup-node from 2.3.0 to 2.3.1 (#403)
  • chore(deps): bump actions/setup-node from 2.3.1 to 2.3.2 (#404)
  • chore(deps): bump actions/setup-node from 2.3.2 to 2.4.0 (#405)
  • chore: add whitespace (#406)
  • chore(deps): bump fastify/github-action-merge-dependabot (#407)
  • chore(deps): bump fastify/github-action-merge-dependabot (#408)
  • docs: add logging module option to readme (#410)
  • chore(deps): bump fastify/github-action-merge-dependabot (#413)
  • chore(deps): bump actions/setup-node from 2.4.0 to 2.4.1 (#415)
  • refactor(config): move ts-node flag (#417)
  • refactor(config): rename test tsconfig and add include pattern (#418)
  • chore(deps): bump split2 from 3.2.2 to 4.0.0 (#420)
  • chore(deps): bump actions/checkout from 2.3.4 to 2.3.5 (#421)
  • chore(deps): bump actions/checkout from 2.3.5 to 2.4.0 (#423)
  • chore(deps-dev): bump sinon from 11.1.2 to 12.0.0 (#424)
  • chore(deps-dev): bump ts-standard from 10.0.0 to 11.0.0 (#429)
  • chore(deps): bump fastify/github-action-merge-dependabot (#430)
  • build(dependabot): ignore minor and patch github-actions updates (#432)
  • fix: ignore watch (#434)

v2.13.0

25 May 08:04
Compare
Choose a tag to compare

📚 PR:

  • chore(deps-dev): bump ts-node from 9.1.1 to 10.0.0 (#375)
  • chore(deps): bump dotenv from 9.0.2 to 10.0.0 (#376)
  • chore(deps-dev): bump sinon from 10.0.1 to 11.0.0 (#379)
  • fix: add ts-node to ts template (#378)

v2.12.0

19 May 10:54
007512b
Compare
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
Compare
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)