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: v4.2.4
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: v4.4.1
Choose a head ref
  • 6 commits
  • 8 files changed
  • 6 contributors

Commits on Oct 5, 2021

  1. Add options overload parameter to sendFile function (#238) (#239)

    * docs(readme): fix the 'download' method examples
    
    * feat: add options overload parameter to sendFile
    
    * feat: add options overload parameter to sendFile
    
    * docs(readme): add sendMethod override options version
    
    * fix(minor): remove default value for options from sendFile
    
    Co-authored-by: Manuel Spigolon <behemoth89@gmail.com>
    
    Co-authored-by: ArtemM <artemm@rvmode.com>
    Co-authored-by: Manuel Spigolon <behemoth89@gmail.com>
    3 people authored Oct 5, 2021
    Configuration menu
    Copy the full SHA
    8da6140 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2021

  1. Bumped v4.3.0

    mcollina committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    33bc265 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2021

  1. Extended dir-list information (#241)

    * -refactored dirlist to use promises
    -added stats and more info to dir list
    
    * -added lastModified
    
    * -added format url parameter
    
    * -added docs
    
    * -fixed compatibility with node 10
    
    * -removed unnecessary request
    -used p-map
    
    * -replaced p-map with p-limit
    
    * -removed logging
    
    * -added error catch
    
    * -improved test
    Jelenkee authored Oct 7, 2021
    Configuration menu
    Copy the full SHA
    9e3286c View commit details
    Browse the repository at this point in the history
  2. Bumped v4.4.0

    mcollina committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    bbdf96f View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2021

  1. Merge pull request from GHSA-pgh6-m65r-2rhq

    * fix redirect injection
    
    * remove console.log
    
    * fix extra case
    Eomm authored Oct 11, 2021
    Configuration menu
    Copy the full SHA
    c31f17d View commit details
    Browse the repository at this point in the history
  2. Bumped v4.4.1

    mcollina committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    f324f8b View commit details
    Browse the repository at this point in the history
Loading