-
Notifications
You must be signed in to change notification settings - Fork 390
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: form-data/form-data
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: form-data/form-data
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.3.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 14 commits
- 6 files changed
- 7 contributors
Commits on Nov 12, 2016
-
Configuration menu - View commit details
-
Copy full SHA for a075d23 - Browse repository at this point
Copy the full SHA a075d23View commit details
Commits on Feb 8, 2017
-
Configuration menu - View commit details
-
Copy full SHA for c0390dc - Browse repository at this point
Copy the full SHA c0390dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for eec0e80 - Browse repository at this point
Copy the full SHA eec0e80View commit details
Commits on Jun 12, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 5f49bf5 - Browse repository at this point
Copy the full SHA 5f49bf5View commit details -
Merge pull request #285 from OwnageIsMagic/patch-1
Fix wrong MIME type in example
Configuration menu - View commit details
-
Copy full SHA for 3eabb17 - Browse repository at this point
Copy the full SHA 3eabb17View commit details
Commits on Jun 16, 2017
-
the existing code uses a for loop to iterate through headers but does not check that the values are actually properties, therefore it picks up methods. these methods can appear as they are defined within the Object.prototype and including them in the headers breaks requests as the stringified methods likely contain carriage returns, which breaks the request due to malformation of the header in general, it is better to use Object.keys(headers).forEach() but I didn’t want to change the style of the code so a call to .hasOwnProperty() solves the problem
Erick Calder committedJun 16, 2017 Configuration menu - View commit details
-
Copy full SHA for 8ff849c - Browse repository at this point
Copy the full SHA 8ff849cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cd7226 - Browse repository at this point
Copy the full SHA 2cd7226View commit details
Commits on Jun 26, 2017
-
Merge pull request #249 from vmosyaykin/master
Allow form.submit with url string param to use https
Configuration menu - View commit details
-
Copy full SHA for 9bfb102 - Browse repository at this point
Copy the full SHA 9bfb102View commit details
Commits on Aug 23, 2017
-
Configuration menu - View commit details
-
Copy full SHA for dc171c3 - Browse repository at this point
Copy the full SHA dc171c3View commit details -
Uses for in to assign properties instead of Object.assign
debajit.roy committedAug 23, 2017 Configuration menu - View commit details
-
Copy full SHA for f6854ed - Browse repository at this point
Copy the full SHA f6854edView commit details
Commits on Aug 24, 2017
-
Adds test to check for option override
debajit.roy committedAug 24, 2017 Configuration menu - View commit details
-
Copy full SHA for 61762f2 - Browse repository at this point
Copy the full SHA 61762f2View commit details -
Merge pull request #368 from debajitr/removing-2mb-limitation
Added custom `options` support
Configuration menu - View commit details
-
Copy full SHA for 028c21e - Browse repository at this point
Copy the full SHA 028c21eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e8a05d3 - Browse repository at this point
Copy the full SHA e8a05d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for bdd8284 - Browse repository at this point
Copy the full SHA bdd8284View commit details
Loading
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 v2.2.0...v2.3.0