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-static
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.5.0
Choose a base ref
...
head repository: fastify/fastify-static
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.5.1
Choose a head ref
  • 16 commits
  • 13 files changed
  • 8 contributors

Commits on Aug 2, 2022

  1. Configuration menu
    Copy the full SHA
    75cbcae View commit details
    Browse the repository at this point in the history
  2. Merge pull request #327 from fastify/Fdawgs-patch-1

    build(deps-dev): replace pre-commit with @fastify/pre-commit
    Uzlopak authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    dd63bd4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    21dca6e View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2022

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

Commits on Aug 8, 2022

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

Commits on Aug 16, 2022

  1. chore: remove return from sync route handlers examples (#333)

    * chore: remove `return` from sync route handlers
    
    * Update README.md
    
    Co-authored-by: Manuel Spigolon <manuel.spigolon@nearform.com>
    
    Co-authored-by: Manuel Spigolon <manuel.spigolon@nearform.com>
    Fdawgs and Eomm authored Aug 16, 2022
    Configuration menu
    Copy the full SHA
    3987e39 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2022

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

Commits on Aug 29, 2022

  1. build(deps-dev): bump tsd from 0.22.0 to 0.23.0 (#336)

    Bumps [tsd](https://github.com/SamVerschueren/tsd) from 0.22.0 to 0.23.0.
    - [Release notes](https://github.com/SamVerschueren/tsd/releases)
    - [Commits](tsdjs/tsd@v0.22.0...v0.23.0)
    
    ---
    updated-dependencies:
    - dependency-name: tsd
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 29, 2022
    Configuration menu
    Copy the full SHA
    fd12dec View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

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

Commits on Sep 19, 2022

  1. build(deps-dev): bump tsd from 0.23.0 to 0.24.1 (#339)

    Bumps [tsd](https://github.com/SamVerschueren/tsd) from 0.23.0 to 0.24.1.
    - [Release notes](https://github.com/SamVerschueren/tsd/releases)
    - [Commits](tsdjs/tsd@v0.23.0...v0.24.1)
    
    ---
    updated-dependencies:
    - dependency-name: tsd
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 19, 2022
    Configuration menu
    Copy the full SHA
    83e4b94 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

  1. docs: correct example

    Fastify requires either absolute paths or pattern matching and so the second
    GET route definition will trigger errors here.
    
    The example was updated to:
    1. Correct the code so it can be copied and pasted to run without errors
    2. Add the logger to provide the user feedback on the prompt as they send requests
    3. Complete the example with the addition of spinning up the fastify server, otherwise the code just quits.
    lirantal authored Sep 27, 2022
    Configuration menu
    Copy the full SHA
    248eb66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f046b75 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2022

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

Commits on Nov 21, 2022

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

Commits on Nov 22, 2022

  1. Configuration menu
    Copy the full SHA
    2b40b79 View commit details
    Browse the repository at this point in the history
  2. Bumped v6.5.1

    Eomm committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    95efb4b View commit details
    Browse the repository at this point in the history
Loading