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.10.2
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.0
Choose a head ref
  • 8 commits
  • 11 files changed
  • 5 contributors

Commits on Jul 12, 2023

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

Commits on Jul 17, 2023

  1. add tests for #234 (#391)

    * add tests for #234
    
    * change description
    
    * use variable to store file contents
    gurgunday authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    e505f56 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. remove linting from the test script (#394)

    * remove lint from test
    
    * use test/**/*.test.js
    
    * add .taprc
    
    * format
    
    * format again
    
    * remove quotes
    gurgunday authored Jul 27, 2023
    Configuration menu
    Copy the full SHA
    e29e22e View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Remove redundant parameter (#395)

    * remove unnecessary argument
    
    * move supportedEncodings to near where it's used
    
    * revert name change of fileHandler
    
    * move handler out again
    gurgunday authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    ebfc5b0 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. build(deps-dev): bump @typescript-eslint/eslint-plugin from 2.34.0 to…

    … 6.2.1 (#397)
    
    * build(deps-dev): bump @typescript-eslint/eslint-plugin
    
    Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 2.34.0 to 6.2.1.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.2.1/packages/eslint-plugin)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * fix linting
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: uzlopak <[email protected]>
    dependabot[bot] and Uzlopak authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    cdf3d70 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. add url type (#398)

    * add url type
    
    * add type tests
    
    * lint
    gurgunday authored Aug 31, 2023
    Configuration menu
    Copy the full SHA
    426f3be View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. chore: fix CRLF to LF

    Eomm committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    bbb973f View commit details
    Browse the repository at this point in the history
  2. Bumped v6.11.0

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