Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: fastify/fastify-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.7.1
Choose a base ref
...
head repository: fastify/fastify-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.8.0
Choose a head ref
  • 11 commits
  • 40 files changed
  • 9 contributors

Commits on Feb 21, 2023

  1. 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.
    anyonecancode authored Feb 21, 2023
    Configuration menu
    Copy the full SHA
    1681f95 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. Configuration menu
    Copy the full SHA
    c2eae03 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2023

  1. Configuration menu
    Copy the full SHA
    27da058 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. 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
    S-Abhishek authored May 3, 2023
    Configuration menu
    Copy the full SHA
    f111b25 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. fix: use dot notation (#634)

    is2ei authored Jun 29, 2023
    Configuration menu
    Copy the full SHA
    24c5937 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Configuration menu
    Copy the full SHA
    eaa2dc3 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. 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
    bcomnes authored Jul 21, 2023
    Configuration menu
    Copy the full SHA
    af2e457 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. 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>
    dependabot[bot] authored Jul 24, 2023
    Configuration menu
    Copy the full SHA
    c53fbe1 View commit details
    Browse the repository at this point in the history
  2. 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>
    dependabot[bot] authored Jul 24, 2023
    Configuration menu
    Copy the full SHA
    2fd8518 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. fix error on undefined plugin (#649)

    * fix error on undefined plugin
    
    * Apply suggestions from code review
    dancastillo authored Jul 28, 2023
    Configuration menu
    Copy the full SHA
    9ad8855 View commit details
    Browse the repository at this point in the history
  2. Bumped v5.8.0

    Eomm committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    a444cd8 View commit details
    Browse the repository at this point in the history
Loading