-
-
Notifications
You must be signed in to change notification settings - Fork 20
Comparing changes
Open a pull request
base repository: fastify/busboy
base: v1.2.1
head repository: fastify/busboy
compare: v2.0.0
- 14 commits
- 24 files changed
- 5 contributors
Commits on Mar 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6decf0a - Browse repository at this point
Copy the full SHA 6decf0aView commit details
Commits on Mar 6, 2023
-
build(deps-dev): bump tsd from 0.25.0 to 0.26.0 (#112)
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>
Configuration menu - View commit details
-
Copy full SHA for 39a1eb4 - Browse repository at this point
Copy the full SHA 39a1eb4View commit details
Commits on Mar 13, 2023
-
build(deps-dev): bump tsd from 0.26.1 to 0.27.0 (#113)
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>
Configuration menu - View commit details
-
Copy full SHA for c5b7176 - Browse repository at this point
Copy the full SHA c5b7176View commit details
Commits on Mar 20, 2023
-
build(deps-dev): bump tsd from 0.27.0 to 0.28.0 (#115)
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>
Configuration menu - View commit details
-
Copy full SHA for f9c73ad - Browse repository at this point
Copy the full SHA f9c73adView commit details -
build(deps-dev): bump typescript from 4.9.5 to 5.0.2 (#114)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 to 5.0.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v4.9.5...v5.0.2) --- updated-dependencies: - dependency-name: typescript 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>
Configuration menu - View commit details
-
Copy full SHA for 9e24edc - Browse repository at this point
Copy the full SHA 9e24edcView commit details
Commits on Apr 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 57b354d - Browse repository at this point
Copy the full SHA 57b354dView commit details
Commits on May 8, 2023
-
build(deps-dev): bump @types/node from 18.16.5 to 20.1.0 (#117)
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>
Configuration menu - View commit details
-
Copy full SHA for 08ae1f4 - Browse repository at this point
Copy the full SHA 08ae1f4View commit details
Commits on May 29, 2023
-
build(deps-dev): bump eslint-plugin-n from 15.7.0 to 16.0.0 (#118)
Bumps [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) from 15.7.0 to 16.0.0. - [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases) - [Commits](eslint-community/eslint-plugin-n@15.7.0...16.0.0) --- updated-dependencies: - dependency-name: eslint-plugin-n 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>
Configuration menu - View commit details
-
Copy full SHA for dccf575 - Browse repository at this point
Copy the full SHA dccf575View commit details
Commits on Aug 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9261ecb - Browse repository at this point
Copy the full SHA 9261ecbView commit details
Commits on Aug 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1cdb224 - Browse repository at this point
Copy the full SHA 1cdb224View commit details
Commits on Aug 30, 2023
-
throw when there's no boundary (#122)
* throw when there's no boundary * check the boundary at the end of the stream * optimize boundary detection * fix check * _boundaryNotFound * check for boundary * use bufferStartsWith * use _checkBoundary instead of bufferStartsWith * add test * fix test * fix test * optional * forward to dicer for validation
Configuration menu - View commit details
-
Copy full SHA for 0ff7d3d - Browse repository at this point
Copy the full SHA 0ff7d3dView commit details
Commits on Sep 4, 2023
-
build(deps-dev): bump tsd from 0.28.1 to 0.29.0 (#124)
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>
Configuration menu - View commit details
-
Copy full SHA for 06bad11 - Browse repository at this point
Copy the full SHA 06bad11View commit details
Commits on Sep 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 47291c4 - Browse repository at this point
Copy the full SHA 47291c4View commit details
Commits on Sep 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5f71e5f - Browse repository at this point
Copy the full SHA 5f71e5fView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.2.1...v2.0.0