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

Commits on Jun 29, 2023

  1. fix: type of base argument create error (#108)

    * Fix type of Base argument to createError
    
    * Update README for fix to type of Base arg
    
    * Use ErrorConstructor for type of Base
    
    * Update README
    jessta authored Jun 29, 2023
    Configuration menu
    Copy the full SHA
    5b4f5df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab47534 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2023

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

Commits on Sep 4, 2023

  1. chore(deps-dev): bump tsd from 0.28.1 to 0.29.0 (#113)

    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] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 4, 2023
    Configuration menu
    Copy the full SHA
    73d729b View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2023

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

Commits on Oct 3, 2023

  1. Added support for cause (#116)

    * Added support for cause
    
    * Removed console.error
    
    * Added support for cause w/o changing signature
    
    * Removed hasCause from types
    
    * Removed an extra hasCause
    
    * Removed extra comma
    
    * Documentation change
    
    * Fix for node v14
    
    * Applied lint fix
    
    ---------
    
    Co-authored-by: Daniele Fedeli <danielefedeli@MacBook-Air.station>
    DanieleFedeli and Daniele Fedeli authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    ad99cd0 View commit details
    Browse the repository at this point in the history
  2. Bumped v3.4.0

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