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.2.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.2.1
Choose a head ref
  • 13 commits
  • 11 files changed
  • 5 contributors

Commits on Jan 7, 2023

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

Commits on Feb 1, 2023

  1. add benchmarks, (#92)

    improve performance of stackTraceLimit === 0
    Uzlopak authored Feb 1, 2023
    Configuration menu
    Copy the full SHA
    88b3fec View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2023

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

Commits on Mar 6, 2023

  1. chore(deps-dev): bump tsd from 0.25.0 to 0.26.0 (#94)

    Bumps [tsd](https://github.com/SamVerschueren/tsd) from 0.25.0 to 0.26.0.
    - [Release notes](https://github.com/SamVerschueren/tsd/releases)
    - [Commits](tsdjs/tsd@v0.25.0...v0.26.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 6, 2023
    Configuration menu
    Copy the full SHA
    ec31aa7 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. chore(deps-dev): bump tsd from 0.26.1 to 0.27.0 (#95)

    Bumps [tsd](https://github.com/SamVerschueren/tsd) from 0.26.1 to 0.27.0.
    - [Release notes](https://github.com/SamVerschueren/tsd/releases)
    - [Commits](tsdjs/tsd@v0.26.1...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
    7214ec2 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. chore(deps-dev): bump tsd from 0.27.0 to 0.28.0 (#96)

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

Commits on Apr 28, 2023

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

Commits on May 8, 2023

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

Commits on May 9, 2023

  1. Configuration menu
    Copy the full SHA
    975b275 View commit details
    Browse the repository at this point in the history
  2. types: check error argument type (#98)

    * update
    
    * check arg type
    
    * remove max len limit on arg type
    
    * type
    
    * generic argument can look better
    
    * space
    
    * run prettier
    
    * run prettier
    
    * prettier: semi false
    
    * code review
    
    * run lint
    
    * run lint
    
    * run ts-standard
    
    * fix
    trim21 authored May 9, 2023
    Configuration menu
    Copy the full SHA
    b58dbcf View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. docs(readme): add typescript example (#105)

    * typescript readme
    
    * update
    
    * Update README.md
    
    Co-authored-by: Frazer Smith <frazer.dev@outlook.com>
    
    ---------
    
    Co-authored-by: Frazer Smith <frazer.dev@outlook.com>
    trim21 and Fdawgs authored Jun 2, 2023
    Configuration menu
    Copy the full SHA
    80f3335 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2023

  1. Bumped v3.2.1

    climba03003 committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    137a6eb View commit details
    Browse the repository at this point in the history
Loading