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.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.5.1
Choose a head ref
  • 9 commits
  • 3 files changed
  • 5 contributors

Commits on Aug 2, 2019

  1. Fix error in callback signatures

    The functions actually give `null` as the error parameter, and not `undefined`.
    
    Without this, `util.promisify` can't be typed correctly on these functions as it expects the callback to receive `Error | null`.
    LinusU authored Aug 2, 2019
    Configuration menu
    Copy the full SHA
    09fcc98 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2019

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

Commits on Aug 15, 2019

  1. Bump rimraf to 2.7.1

    LinusU committed Aug 15, 2019
    Configuration menu
    Copy the full SHA
    a6bc2d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d41a32 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #437 from elliottsj/ts-options

    Add constructor options to TypeScript defs
    mapleeit authored Aug 15, 2019
    Configuration menu
    Copy the full SHA
    a70ef2a View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2019

  1. Configuration menu
    Copy the full SHA
    5695bca View commit details
    Browse the repository at this point in the history
  2. Merge pull request #440 from JBtje/master

    -Fixed: Eerror in the documentations as indicated in #439
    mapleeit authored Aug 20, 2019
    Configuration menu
    Copy the full SHA
    208c367 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2019

  1. Merge pull request #435 from LinusU/patch-1

    Fix error in callback signatures
    mapleeit authored Aug 27, 2019
    Configuration menu
    Copy the full SHA
    e8827ff View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2019

  1. Bumped version 2.5.1

    alexindigo committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    8ce81f5 View commit details
    Browse the repository at this point in the history
Loading