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/busboy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.1
Choose a base ref
...
head repository: fastify/busboy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.0
Choose a head ref
  • 6 commits
  • 12 files changed
  • 8 contributors

Commits on Mar 16, 2024

  1. perf: refactor parts of StreamSearch (#148)

    * move to class
    
    * format
    
    * small refactor
    
    * simplify check
    
    * space
    
    * simplify check
    
    * simplify check
    
    * refactor
    
    * simplify
    
    * put back license
    
    * remove duplicate subtraction
    
    * refactor
    
    * readability
    
    * revert class refactor
    
    * remove unnecessary subtraction
    
    * simplify
    
    * imports
    gurgunday authored Mar 16, 2024
    Configuration menu
    Copy the full SHA
    0740e48 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 (#151)

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

Commits on May 2, 2024

  1. More automated tests (#152)

    * started writing a couple of automated tests to chip in, working towards the 100% test coverage goal
    
    * added a couple more tests and eslint fixes
    
    * added all the cases for the basename
    
    * better test description
    
    * added the plan for the subtest too in the dicer-write.test.js
    
    * PR review: removed the t.end() in dicer-write.test.js
    
    ---------
    
    Co-authored-by: Giovanni Bucci <giovanni.bucci@nearform.com>
    Giovanni Bucci and Giovanni Bucci authored May 2, 2024
    Configuration menu
    Copy the full SHA
    e62384c View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Improve test coverage (#153)

    * test: 100% branch coverage in `parseParam.js`
    
    * test: 100% branch coverage in `Decoder.js`
    
    * test: improve branch coverage in `urlencode.js`
    
    * test: 100% test coverage in `sbmh.js`
    
    * test: 100% branch coverage in `main.js`
    
    * chore: fix linting
    Gesma94 authored May 21, 2024
    Configuration menu
    Copy the full SHA
    8080532 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Merge next into master (#160)

    * Update for Fastify v5 (#150)
    
    * upgrade for fastify 5
    
    * Fixed typo
    
    * removed engine field
    
    * workflows:pin node versions to lts (#154)
    
    * pin node versions to lts
    
    * Update .github/workflows/ci.yml
    
    Signed-off-by: Gürgün Dayıoğlu <hey@gurgun.day>
    
    * Update .github/workflows/ci.yml
    
    Signed-off-by: Gürgün Dayıoğlu <hey@gurgun.day>
    
    * Update .github/workflows/ci.yml
    
    Signed-off-by: Gürgün Dayıoğlu <hey@gurgun.day>
    
    ---------
    
    Signed-off-by: Gürgün Dayıoğlu <hey@gurgun.day>
    
    * Update for Fastify v5 (#150)
    
    * upgrade for fastify 5
    
    * Fixed typo
    
    * removed engine field
    
    * workflows:pin node versions to lts (#154)
    
    * pin node versions to lts
    
    * Update .github/workflows/ci.yml
    
    Signed-off-by: Gürgün Dayıoğlu <hey@gurgun.day>
    
    * Update .github/workflows/ci.yml
    
    Signed-off-by: Gürgün Dayıoğlu <hey@gurgun.day>
    
    * Update .github/workflows/ci.yml
    
    Signed-off-by: Gürgün Dayıoğlu <hey@gurgun.day>
    
    ---------
    
    Signed-off-by: Gürgün Dayıoğlu <hey@gurgun.day>
    
    ---------
    
    Signed-off-by: Gürgün Dayıoğlu <hey@gurgun.day>
    Co-authored-by: Cristian Barlutiu <cristian.barlutiu@gmail.com>
    Co-authored-by: Gürgün Dayıoğlu <hey@gurgun.day>
    3 people authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    e41d21e View commit details
    Browse the repository at this point in the history
  2. v3.0.0

    jsumners committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    34835f1 View commit details
    Browse the repository at this point in the history
Loading