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.17.0
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.17.1
Choose a head ref
  • 18 commits
  • 11 files changed
  • 8 contributors

Commits on Sep 9, 2017

  1. Allow overriding the used transport

    This allows users of axios inside `electron` to provide the [`net`](https://electron.atom.io/docs/api/net/) module as the http transport instead of using nodes http/https modules.  This gives a whole bunch of things to Electron users including automatic proxy resolution.
    MarshallOfSound authored Sep 9, 2017
    Configuration menu
    Copy the full SHA
    b01ce19 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2017

  1. Update index.d.ts

    Andrei Goncharov authored Oct 11, 2017
    Configuration menu
    Copy the full SHA
    1f333ca View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2017

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

Commits on Oct 24, 2017

  1. Merge pull request #1131 from jmmk/axios-response-request

    Add request field to AxiosResponse type definition
    nickuraltsev authored Oct 24, 2017
    Configuration menu
    Copy the full SHA
    3f90738 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1125 from keenondrums/master

    Update AxiosTransformer type in index.d.ts
    nickuraltsev authored Oct 24, 2017
    Configuration menu
    Copy the full SHA
    8bea343 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1080 from MarshallOfSound/patch-1

    Allow overriding the used transport
    nickuraltsev authored Oct 24, 2017
    Configuration menu
    Copy the full SHA
    fbb5d4d View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2017

  1. Configuration menu
    Copy the full SHA
    63548c0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1156 from clarkdo/master

    refactor: !isArray(obj) is always true
    nickuraltsev authored Nov 1, 2017
    Configuration menu
    Copy the full SHA
    1ee5494 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2017

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

Commits on Nov 3, 2017

  1. Updating typings

    The first argument in `axios.interceptors.response.use` is optional, in the case that you just want to intercept an error.
    
    Ex:
    
    ```ts
    axios.interceptors.response.use(undefined, error => {
    ...
    });
    ```
    Paul Sachs authored Nov 3, 2017
    Configuration menu
    Copy the full SHA
    1005e3b View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2017

  1. security: upgrade follow-redirects

    This would prevent tools like nsp to complain about a security issue from axios. It's something that got fixed in the package debug, and in order to benefit from that fix, it's necessary to upgrade to at least [email protected]
    posva authored Nov 7, 2017
    Configuration menu
    Copy the full SHA
    1e58b69 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2017

  1. Merge pull request #1173 from posva/patch-1

    security: upgrade follow-redirects
    nickuraltsev authored Nov 11, 2017
    Configuration menu
    Copy the full SHA
    7ea8f3d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1165 from psachs21/patch-1

    Updating typings
    nickuraltsev authored Nov 11, 2017
    Configuration menu
    Copy the full SHA
    026db21 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1160 from owap/undefined-window

    Move window defined check before window.XMLHttpRequest check
    nickuraltsev authored Nov 11, 2017
    Configuration menu
    Copy the full SHA
    1fa01fd View commit details
    Browse the repository at this point in the history
  4. 2 Configuration menu
    Copy the full SHA
    b7d8d12 View commit details
    Browse the repository at this point in the history
  5. Updating changelog

    nickuraltsev committed Nov 11, 2017
    Configuration menu
    Copy the full SHA
    587f021 View commit details
    Browse the repository at this point in the history
  6. Updating changelog

    nickuraltsev authored Nov 11, 2017
    Configuration menu
    Copy the full SHA
    599eb98 View commit details
    Browse the repository at this point in the history
  7. Releasing 0.17.1

    nickuraltsev committed Nov 11, 2017
    Configuration menu
    Copy the full SHA
    ad1195f View commit details
    Browse the repository at this point in the history
Loading