Thanks to visit codestin.com
Credit goes to github.com

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/middie
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8.3.0
Choose a base ref
...
head repository: fastify/middie
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.3.1
Choose a head ref
  • 12 commits
  • 8 files changed
  • 5 contributors

Commits on Sep 4, 2023

  1. build(deps-dev): bump tsd from 0.28.1 to 0.29.0 (#189)

    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
    8f810e6 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2023

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

    )
    
    * perf: use `node:` prefix to bypass require.cache call for builtins
    
    See fastify/fastify-static#407
    
    * docs: use `node:` prefix to bypass require.cache call for builtins
    Fdawgs authored Sep 10, 2023
    Configuration menu
    Copy the full SHA
    7905913 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2023

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

Commits on Oct 27, 2023

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

Commits on Dec 18, 2023

  1. build(deps-dev): bump tsd from 0.29.0 to 0.30.0 (#194)

    Bumps [tsd](https://github.com/tsdjs/tsd) from 0.29.0 to 0.30.0.
    - [Release notes](https://github.com/tsdjs/tsd/releases)
    - [Commits](tsdjs/tsd@v0.29.0...v0.30.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 Dec 18, 2023
    Configuration menu
    Copy the full SHA
    4efb173 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2024

  1. docs(readme): replace fastify.io links with fastify.dev (#195)

    Signed-off-by: Frazer Smith <[email protected]>
    Fdawgs authored Jan 13, 2024
    Configuration menu
    Copy the full SHA
    cacff32 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. docs(readme): remove www. from fastify.dev` urls (#196)

    Signed-off-by: Frazer Smith <[email protected]>
    Fdawgs authored Feb 8, 2024
    Configuration menu
    Copy the full SHA
    691e4f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba4a342 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. build(deps-dev): bump tsd from 0.30.7 to 0.31.0 (#198)

    Bumps [tsd](https://github.com/tsdjs/tsd) from 0.30.7 to 0.31.0.
    - [Release notes](https://github.com/tsdjs/tsd/releases)
    - [Commits](tsdjs/tsd@v0.30.7...v0.31.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 Apr 1, 2024
    Configuration menu
    Copy the full SHA
    f936f93 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Warn for possible ReDoS (#200)

    Signed-off-by: Matteo Collina <[email protected]>
    mcollina authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    64a8609 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Only sets req.raw.body if body defined, aligning behaviour with node:…

    …http (#201)
    
    * fix: only sets req.raw.body if body defined, aligning behaviour with node:http
    
    * force ci
    
    ---------
    
    Co-authored-by: Gürgün Dayıoğlu <[email protected]>
    didley and gurgunday authored May 1, 2024
    Configuration menu
    Copy the full SHA
    8c7508e View commit details
    Browse the repository at this point in the history
  2. v8.3.1

    Signed-off-by: Gürgün Dayıoğlu <[email protected]>
    gurgunday authored May 1, 2024
    Configuration menu
    Copy the full SHA
    5fb0eb9 View commit details
    Browse the repository at this point in the history
Loading