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.4.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.0
Choose a head ref
  • 18 commits
  • 9 files changed
  • 4 contributors

Commits on Apr 12, 2019

  1. enhance the method of path.basename

    value.client._httpMessage.path maybe return undefined, and cause error: 
    `TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received type undefined`。
    Add `|| ''` to enhance quality。
    xan-ok authored Apr 12, 2019
    Configuration menu
    Copy the full SHA
    faaa68a View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2019

  1. Merge pull request #421 from noodleswww/master

    enhance the method of path.basename, handle undefined case
    mapleeit authored Jun 21, 2019
    Configuration menu
    Copy the full SHA
    87751e0 View commit details
    Browse the repository at this point in the history
  2. feat(typings): migrate TS typings

    from DefinitelyTyped/DefinitelyTyped here for the convenience of maintaining and usage
    mapleeit committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    a3c0142 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2019

  1. Merge pull request #428 from form-data/feat/add-typings

    feat(typings): migrate TS typings #427
    mapleeit authored Jun 24, 2019
    Configuration menu
    Copy the full SHA
    0fb2f57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21323f3 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2019

  1. Configuration menu
    Copy the full SHA
    fc61c73 View commit details
    Browse the repository at this point in the history
  2. Updated deps and readme

    alexindigo committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    e3d8628 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    508b626 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #430 from alexindigo/master

    Switched windows tests from AppVeyor to Travis
    alexindigo authored Jun 25, 2019
    Configuration menu
    Copy the full SHA
    2721ad7 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2019

  1. Configuration menu
    Copy the full SHA
    65e78f5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #431 from form-data/feat/add-typings

    chore: move @types/node to devDep
    alexindigo authored Jun 26, 2019
    Configuration menu
    Copy the full SHA
    ae2b25d View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2019

  1. Configuration menu
    Copy the full SHA
    e93ed8d View commit details
    Browse the repository at this point in the history
  2. - Fixed: Typos

    - Added: Links to the methods
    JBtje committed Jun 30, 2019
    Configuration menu
    Copy the full SHA
    37350fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ddeaa2a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d88f912 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2019

  1. Merge pull request #429 from JBtje/master

    - Added: public methods with information and examples to readme
    alexindigo authored Jul 3, 2019
    Configuration menu
    Copy the full SHA
    423c32d View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2019

  1. Updated dependencies

    alexindigo committed Jul 4, 2019
    Configuration menu
    Copy the full SHA
    19add50 View commit details
    Browse the repository at this point in the history
  2. Bumped version to 2.5.0

    alexindigo committed Jul 4, 2019
    1 Configuration menu
    Copy the full SHA
    905f173 View commit details
    Browse the repository at this point in the history
Loading