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: form-data/form-data
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.0
Choose a base ref
...
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
Choose a head ref
  • 14 commits
  • 6 files changed
  • 7 contributors

Commits on Nov 12, 2016

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

Commits on Feb 8, 2017

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

Commits on Jun 12, 2017

  1. Configuration menu
    Copy the full SHA
    5f49bf5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #285 from OwnageIsMagic/patch-1

    Fix wrong MIME type in example
    sebdeckers authored Jun 12, 2017
    Configuration menu
    Copy the full SHA
    3eabb17 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2017

  1. Proper header production

    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 committed Jun 16, 2017
    Configuration menu
    Copy the full SHA
    8ff849c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #357 from ekkis/master

    Proper header production
    alexindigo authored Jun 16, 2017
    Configuration menu
    Copy the full SHA
    2cd7226 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2017

  1. Merge pull request #249 from vmosyaykin/master

    Allow form.submit with url string param to use https
    alexindigo authored Jun 26, 2017
    Configuration menu
    Copy the full SHA
    9bfb102 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2017

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

Commits on Aug 24, 2017

  1. Adds test to check for option override

    debajit.roy committed Aug 24, 2017
    Configuration menu
    Copy the full SHA
    61762f2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #368 from debajitr/removing-2mb-limitation

    Added custom `options` support
    alexindigo authored Aug 24, 2017
    Configuration menu
    Copy the full SHA
    028c21e View commit details
    Browse the repository at this point in the history
  3. Ignore .DS_Store

    alexindigo committed Aug 24, 2017
    Configuration menu
    Copy the full SHA
    e8a05d3 View commit details
    Browse the repository at this point in the history
  4. 2.3.0

    alexindigo committed Aug 24, 2017
    Configuration menu
    Copy the full SHA
    bdd8284 View commit details
    Browse the repository at this point in the history
Loading