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: axios/axios
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.16.1
Choose a base ref
...
head repository: axios/axios
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.16.2
Choose a head ref
  • 12 commits
  • 19 files changed
  • 5 contributors

Commits on Apr 8, 2017

  1. Configuration menu
    Copy the full SHA
    e0d59eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22ce6db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e76ea3 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2017

  1. Merge pull request #830 from mzabriskie/feature/include-request-in-er…

    …rors
    
    Include underlying request in errors
    nickuraltsev authored Apr 15, 2017
    Configuration menu
    Copy the full SHA
    f31317a View commit details
    Browse the repository at this point in the history

Commits on May 4, 2017

  1. Use is-buffer instead of Buffer.isBuffer

    The is-buffer module checks if an object is a Buffer without causing
    Webpack or Browserify to include the whole Buffer module in the bundle.
    fgnass committed May 4, 2017
    Configuration menu
    Copy the full SHA
    c82753c View commit details
    Browse the repository at this point in the history
  2. use Buffer global in http.js

    Since the http adapter is never used in the browser it's safe to use
    the Buffer global and its isBuffer() method directly.
    fgnass committed May 4, 2017
    Configuration menu
    Copy the full SHA
    c849467 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2017

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

Commits on May 31, 2017

  1. Merge pull request #887 from fgnass/no-buffer-in-browser

    No buffer in browser
    nickuraltsev authored May 31, 2017
    Configuration menu
    Copy the full SHA
    d1278df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4e3212 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2017

  1. Merge pull request #930 from luciy/master

    Convert the method parameter to lowercase
    nickuraltsev authored Jun 1, 2017
    Configuration menu
    Copy the full SHA
    3579da4 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2017

  1. Updating Changelog

    nickuraltsev committed Jun 3, 2017
    Configuration menu
    Copy the full SHA
    e040815 View commit details
    Browse the repository at this point in the history
  2. Releasing 0.16.2

    nickuraltsev committed Jun 3, 2017
    Configuration menu
    Copy the full SHA
    46e275c View commit details
    Browse the repository at this point in the history
Loading