-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Switch to stream based API #399
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from 1 commit
Commits
Show all changes
59 commits
Select commit
Hold shift + click to select a range
42a9e3b
Switch to stream based API
LinusU beeb22d
Cleanup tests
LinusU e5a0c4f
Pre-create all fields when in object mode
LinusU fff81bd
Bump standard to 8.3.0
LinusU c7d1487
Throw error when passing old options
LinusU 3719e0f
2.0.0-alpha.1
LinusU 4a5c707
Use LIMIT_FILE_COUNT when receiving too many files
LinusU 2bda1c3
2.0.0-alpha.2
LinusU a862274
Backport test from #380
LinusU bdb8763
Unlink file as soon as it's opened
LinusU b1e5ea0
2.0.0-alpha.3
LinusU fd3e47d
Update changelog
LinusU 1923ac2
Add file type detection
LinusU 5dfa540
Merge pull request #451 from expressjs/mime-detection
LinusU 267bb2b
Add 2.0.0-alpha.4 to changelog
LinusU 3973e33
2.0.0-alpha.4
LinusU 3a94500
Allow files without filename
LinusU e7f249e
Add 2.0.0-alpha.5 to changelog
LinusU ea47167
2.0.0-alpha.5
LinusU 41f39ed
Handle client aborting request
LinusU f54762a
Add 2.0.0-alpha.6 to changelog
LinusU c4b223e
2.0.0-alpha.6
LinusU 2b49f4f
Drop support for Node.js < 6.x
LinusU cc381d6
Add 2.0.0-alpha.7 to changelog
LinusU ac38af4
2.0.0-alpha.7
LinusU 8d5219a
Update Travis CI Node.js versions
LinusU 14b4ba0
Lower dependency on hasha for Node 6 compat
LinusU f3995ea
Disable package lock files
LinusU 6001d34
Drop support for Node.js < 8.3.x
LinusU e82146d
Fix typo of "argument"
LinusU 6c26419
Add 2.0.0-beta.1 to changelog
LinusU a415ee5
2.0.0-beta.1
LinusU ba6fd35
Add macOS & Windows to Travis CI
LinusU f3d9789
Merge pull request #807 from expressjs/test-win-macos
LinusU 743b7a6
Tell Git to treat test files as binary
LinusU 3b8fd94
Drop support for Node.js 8.x
LinusU db32edc
Add 100% code coverage
LinusU c569242
Remove deprecated "sudo" key
LinusU c15b6f2
Add 2.0.0-rc.1 to changelog
LinusU f94bdc2
2.0.0-rc.1
LinusU d762ab4
Bump Standard to 14.3.3
LinusU 138e180
Hide limits behind a symbol
LinusU fb08b9f
Rework default limits
LinusU ee8b4ef
Add 2.0.0-rc.2 to changelog
LinusU 639e359
2.0.0-rc.2
LinusU f181839
Improve documentation of limits
LinusU b5ca4b5
Bump version of stream-file-type
LinusU ed4ce55
Improve documentation on file properties
LinusU 08d0c24
Convert package to ESM
LinusU fde725d
2.0.0-rc.3
LinusU ddc1727
Fix compatibility with Node.js <16
LinusU ba4e105
Switch from Travis CI to Github Actions
LinusU cb526fb
Run CI on pushes to explore-new-api branch
LinusU b13ce1d
Run CI tests on Windows as well
LinusU 54061af
Update fs-temp
BlakeB415 690f703
Merge pull request #1043 from BlakeB415/explore-new-api
LinusU 74456fc
Replace unsupported busboy version with fastify fork
kibertoad 15f7e80
Merge pull request #1056 from kibertoad/chore/fastify-busboy
LinusU d983eb2
2.0.0-rc.4
LinusU File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,9 +1,6 @@ | ||
| sudo: false | ||
| language: node_js | ||
| node_js: | ||
| - "0.10" | ||
| - "0.12" | ||
| - "iojs-v1.8.4" | ||
| - "iojs-v2.5.0" | ||
| - "iojs-v3.3.0" | ||
| - "4" | ||
| - '6' | ||
| - '4' | ||
| - '0.12' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.