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.5.1
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: v3.0.0
Choose a head ref
  • 17 commits
  • 5 files changed
  • 7 contributors

Commits on Jul 27, 2019

  1. Copy the full SHA
    f4ca7f8 View commit details

Commits on Aug 30, 2019

  1. Copy the full SHA
    556f097 View commit details

Commits on Aug 31, 2019

  1. Merge pull request #424 from botgram/update-combined-stream

    Update combined-stream (fixes #422)
    alexindigo authored Aug 31, 2019
    Copy the full SHA
    5c6bf52 View commit details

Commits on Sep 3, 2019

  1. form-data: Replaced PhantomJS Dependency

    Signed-off-by: sakshi87 <sakshi.sharma@puresoftware.com>
    sakshisharmapuresoftware committed Sep 3, 2019
    Copy the full SHA
    7502bf0 View commit details
  2. 1
    Copy the full SHA
    f908cb2 View commit details
  3. Copy the full SHA
    2b4e478 View commit details
  4. Merge pull request #434 from ScriptSmith/master

    Fix the getHeaders method signatures
    mapleeit authored Sep 3, 2019
    Copy the full SHA
    06568ed View commit details

Commits on Oct 19, 2019

  1. Copy the full SHA
    80c8f74 View commit details
  2. Copy the full SHA
    4bde68e View commit details

Commits on Oct 29, 2019

  1. Merge pull request #446 from Ovyerus/fix-constructor-type

    Fix constructor options in Typescript definitions
    mapleeit authored Oct 29, 2019
    Copy the full SHA
    cd27e9a View commit details

Commits on Oct 30, 2019

  1. fix memory leak

    For many reasons, node caches and leaves in memory (for pretty lengthy amount of time) HTTPRequest instances. Form-data doesn't unsubscribe from 'error' and 'response' event, leaving references to finish / callback. This is kind-of okay in most cases (HTTPRequest's do die after a while), it might be a problem with large payloads or other memory-hungry situations.
    This was only tested with NodeJS 8 - future versions might change how they are working with HTTPRequest's objects.
    bodasia committed Oct 30, 2019
    Copy the full SHA
    2aaa0da View commit details
  2. Merge pull request #442 from sakshi87/formdata

    form-data: Replaced PhantomJS Dependency
    mapleeit authored Oct 30, 2019
    Copy the full SHA
    a73a53c View commit details
  3. Merge pull request #447 from Bodasia/patch-1

    fix memory leak
    mapleeit authored Oct 30, 2019
    Copy the full SHA
    faec3dc View commit details
  4. Update package.json

    version up to v3.0.0, and engines node should >= 6
    mapleeit authored Oct 30, 2019
    1
    Copy the full SHA
    510d939 View commit details

Commits on Nov 6, 2019

  1. Merge pull request #448 from form-data/mapleeit-patch-1

    Update package.json
    alexindigo authored Nov 6, 2019
    Copy the full SHA
    76d2dde View commit details
  2. Update Readme.md

    mapleeit authored Nov 6, 2019
    Copy the full SHA
    073fd1a View commit details
  3. Merge pull request #449 from form-data/readme-drop-node4

    Update Readme.md
    mapleeit authored Nov 6, 2019
    Copy the full SHA
    5c9b3a9 View 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 v2.5.1...v3.0.0