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

Commits on Jan 13, 2023

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

Commits on Mar 5, 2023

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

Commits on Mar 13, 2023

  1. build(deps-dev): bump tsd from 0.25.0 to 0.27.0 (#212)

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

Commits on Mar 20, 2023

  1. build(deps-dev): bump tsd from 0.27.0 to 0.28.0 (#213)

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

Commits on Apr 3, 2023

  1. build(deps-dev): bump @fastify/type-provider-typebox from 2.4.0 to 3.…

    …0.0 (#214)
    
    Bumps [@fastify/type-provider-typebox](https://github.com/fastify/fastify-type-provider-typebox) from 2.4.0 to 3.0.0.
    - [Release notes](https://github.com/fastify/fastify-type-provider-typebox/releases)
    - [Commits](fastify/fastify-type-provider-typebox@v2.4.0...v3.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@fastify/type-provider-typebox"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 3, 2023
    Configuration menu
    Copy the full SHA
    782ea77 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

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

Commits on May 8, 2023

  1. build(deps-dev): bump @types/node from 18.16.5 to 20.1.0 (#216)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.16.5 to 20.1.0.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 8, 2023
    Configuration menu
    Copy the full SHA
    9bfed09 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. fix inferring the correct fn type (#218)

    * simplify and make the issue aware by using expectType instead of expectAssignable
    
    * fix narrowing partially
    
    * fix typings
    
    * fix typings
    
    * fix
    
    * Apply suggestions from code review
    Uzlopak authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    17f1593 View commit details
    Browse the repository at this point in the history
  2. Bumped v4.5.1

    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    mcollina committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    457c767 View commit details
    Browse the repository at this point in the history
Loading