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.11.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.11.1
Choose a head ref
  • 9 commits
  • 12 files changed
  • 9 contributors

Commits on Sep 4, 2023

  1. Revert "chore: fix CRLF to LF"

    This reverts commit bbb973f.
    mcollina committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    245bfaf View commit details
    Browse the repository at this point in the history
  2. chore: Remove test/content-type/sample.jpg.br (#400)

    Signed-off-by: Matteo Collina <[email protected]>
    mcollina authored Sep 4, 2023
    Configuration menu
    Copy the full SHA
    786d43f View commit details
    Browse the repository at this point in the history
  3. build(deps-dev): bump tsd from 0.28.1 to 0.29.0 (#401)

    Bumps [tsd](https://github.com/SamVerschueren/tsd) from 0.28.1 to 0.29.0.
    - [Release notes](https://github.com/SamVerschueren/tsd/releases)
    - [Commits](tsdjs/tsd@v0.28.1...v0.29.0)
    
    ---
    updated-dependencies:
    - dependency-name: tsd
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 4, 2023
    Configuration menu
    Copy the full SHA
    42b897f View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. added some small code improvements (#399)

    * added some code improvements
    
    * removed some redundant assertion
    
    * reverted != assertion
    
    * fixed pr comments
    
    * Updated second condition
    
    Co-authored-by: Gürgün Dayıoğlu <[email protected]>
    
    * Updated return value
    
    Co-authored-by: Gürgün Dayıoğlu <[email protected]>
    
    * Updated condition to return boolean
    
    Co-authored-by: Uzlopak <[email protected]>
    
    * Removed redundant return type
    
    Co-authored-by: Uzlopak <[email protected]>
    
    * Added nullish operator for performance optimization
    
    Co-authored-by: Gürgün Dayıoğlu <[email protected]>
    
    ---------
    
    Co-authored-by: Gürgün Dayıoğlu <[email protected]>
    Co-authored-by: Matteo Collina <[email protected]>
    Co-authored-by: Uzlopak <[email protected]>
    4 people authored Sep 6, 2023
    Configuration menu
    Copy the full SHA
    4499e75 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. (more) small performance/clarity improvements (#405)

    * use destructuring
    
    * don't use typeof === 'undef'
    
    * remove errorHandler
    
    * use for loops
    
    * use parsedPathname
    
    * use .at
    
    * use already declared var
    
    * use ??=
    
    * don't use ??=
    
    * extract regex
    
    * typo
    
    * remove .at
    
    * revert hardcoded seperators
    
    * add spacing
    
    Co-authored-by: Uzlopak <[email protected]>
    
    * move comment
    
    * extract regex
    
    * use object assign instead of spread syntax
    
    * simplify prefix assignment
    
    Co-authored-by: Uzlopak <[email protected]>
    
    * move pumpSendToReply to the bottom
    
    ---------
    
    Co-authored-by: Uzlopak <[email protected]>
    gurgunday and Uzlopak authored Sep 7, 2023
    Configuration menu
    Copy the full SHA
    b923bef View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. perf: use node: prefix to bypass require.cache call for builtins (#407

    )
    
    * perf: use `node:` prefix to bypass require.cache call for builtins
    
    * fix test
    
    ---------
    
    Co-authored-by: Uzlopak <[email protected]>
    Fdawgs and Uzlopak authored Sep 8, 2023
    Configuration menu
    Copy the full SHA
    4e213cb View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2023

  1. use native stream (#408)

    gurgunday authored Sep 10, 2023
    Configuration menu
    Copy the full SHA
    0d4f80b View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Fix request route config deprecation warnings (#409)

    * fix: request route config deprecation
    
    * Add version constraint
    
    * Update version requirement
    
    Co-authored-by: KaKa <[email protected]>
    
    * Fix versioning
    
    ---------
    
    Co-authored-by: KaKa <[email protected]>
    TTPO100AJIEX and climba03003 authored Sep 13, 2023
    13 Configuration menu
    Copy the full SHA
    e0a816e View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Bumped v6.11.1

    Eomm committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    2471a4c View commit details
    Browse the repository at this point in the history
Loading