-
-
Notifications
You must be signed in to change notification settings - Fork 173
Comparing changes
Open a pull request
base repository: fastify/fastify-cli
base: v5.7.1
head repository: fastify/fastify-cli
compare: v5.8.0
- 11 commits
- 40 files changed
- 9 contributors
Commits on Feb 21, 2023
-
Correct wrong instructions for typescript ejecting (#589)
As written, the help text says that a user can run `eject-ts` to create a standalone `server.ts`. However, this is incorrect. Doing so simply creates a `server.js` -- all text following `eject` is ignored. For instance, one could run `eject-foo` and get no error and have a `server.js` generated, even though there is no `eject-foo` command. Instead, a user must pass in the `lang` flag: https://github.com/fastify/fastify-cli/blob/426e359f65e51a054fa89117ce729f34f88a6c37/eject.js#L25-L26 The easiest way to update this help test looks to be to use the `ts` rather than `typescript` value for `--lang`, so that it can easily fit into the existing help text format.
Configuration menu - View commit details
-
Copy full SHA for 1681f95 - Browse repository at this point
Copy the full SHA 1681f95View commit details
Commits on Feb 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c2eae03 - Browse repository at this point
Copy the full SHA c2eae03View commit details
Commits on Mar 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 27da058 - Browse repository at this point
Copy the full SHA 27da058View commit details
Commits on May 3, 2023
-
feat: add support for typescript and esm generation (#577) (#585)
* feat: add support for typescript and esm generation (#577) --esm --lang=ts support, and fixes code coverage of app-esm using c8 * Replaced istanbul esm hook with c8
Configuration menu - View commit details
-
Copy full SHA for f111b25 - Browse repository at this point
Copy the full SHA f111b25View commit details
Commits on Jun 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 24c5937 - Browse repository at this point
Copy the full SHA 24c5937View commit details
Commits on Jul 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for eaa2dc3 - Browse repository at this point
Copy the full SHA eaa2dc3View commit details
Commits on Jul 21, 2023
-
print-routes options and print-plugins (#637)
* Add printRoutes flags This adds flags for method, commonPrefix and includeHooks options in the printRoutes method. Closes #635 * Add print-plugins command It runs the printPlugins method and prints the results. No arguments. Closes #636 * Fix flakey tests Better flakey CI skip test logic Add timeout Try awaiting in the same async function? Skip in CI Re-enable in darwin Return close promise Fix tests
Configuration menu - View commit details
-
Copy full SHA for af2e457 - Browse repository at this point
Copy the full SHA af2e457View commit details
Commits on Jul 24, 2023
-
chore(deps): bump pino-pretty from 9.4.1 to 10.1.0 (#645)
Bumps [pino-pretty](https://github.com/pinojs/pino-pretty) from 9.4.1 to 10.1.0. - [Release notes](https://github.com/pinojs/pino-pretty/releases) - [Commits](pinojs/pino-pretty@v9.4.1...v10.1.0) --- updated-dependencies: - dependency-name: pino-pretty dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c53fbe1 - Browse repository at this point
Copy the full SHA c53fbe1View commit details -
chore(deps-dev): bump @types/node from 18.17.0 to 20.4.4 (#646)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.17.0 to 20.4.4. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2fd8518 - Browse repository at this point
Copy the full SHA 2fd8518View commit details
Commits on Jul 28, 2023
-
fix error on undefined plugin (#649)
* fix error on undefined plugin * Apply suggestions from code review
Configuration menu - View commit details
-
Copy full SHA for 9ad8855 - Browse repository at this point
Copy the full SHA 9ad8855View commit details -
Configuration menu - View commit details
-
Copy full SHA for a444cd8 - Browse repository at this point
Copy the full SHA a444cd8View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v5.7.1...v5.8.0