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.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.16.1
Choose a head ref
  • 20 commits
  • 15 files changed
  • 9 contributors

Commits on Mar 5, 2017

  1. adding sample code to GET images

    Michael Liendo committed Mar 5, 2017
    Configuration menu
    Copy the full SHA
    bf2163c View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2017

  1. Merge pull request #741 from model3volution/Update/readme

    adding sample code to GET images
    mzabriskie authored Apr 3, 2017
    Configuration menu
    Copy the full SHA
    a8dab57 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2017

  1. Update README.md

    carlosromel authored Apr 5, 2017
    Configuration menu
    Copy the full SHA
    23c4dfc View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2017

  1. Configuration menu
    Copy the full SHA
    bb57daa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34b63f8 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2017

  1. Merge pull request #826 from mzabriskie/github-templates

    Adding templates for issues and pull requests
    nickuraltsev authored Apr 8, 2017
    Configuration menu
    Copy the full SHA
    21b43ed View commit details
    Browse the repository at this point in the history
  2. Merge pull request #818 from carlosromel/patch-1

    Update README.md
    nickuraltsev authored Apr 8, 2017
    Configuration menu
    Copy the full SHA
    08eb985 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e5beab0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    84d9a41 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    88cc84c View commit details
    Browse the repository at this point in the history
  6. Adding comment about header names (#778)

    Header names are lower cased by axios Which make sense since the header names are case insensitive.
    Khaledgarbaya authored and rubennorte committed Apr 8, 2017
    Configuration menu
    Copy the full SHA
    a784774 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bbfbeff View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1883344 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    19644ba View commit details
    Browse the repository at this point in the history
  10. Update follow-redirects dependency

    Using the follow-redirects 1.0.0 causes this reported write after end issue: follow-redirects/follow-redirects#50. It looks like the problem with follow-redirects was fixed in 1.1.0 follow-redirects/follow-redirects@9eec6f0 but if axios is going to update the dependency it might as well update to the latest version now.
    jcready authored Apr 8, 2017
    Configuration menu
    Copy the full SHA
    04982a2 View commit details
    Browse the repository at this point in the history
  11. Add caret

    jcready authored Apr 8, 2017
    Configuration menu
    Copy the full SHA
    df6b46c View commit details
    Browse the repository at this point in the history
  12. Merge pull request #829 from jcready/patch-3

    Update follow-redirects dependency
    nickuraltsev authored Apr 8, 2017
    Configuration menu
    Copy the full SHA
    a18f039 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #828 from mzabriskie/feature/return-last-request-i…

    …n-redirects
    
    Return the last request made in axios response
    nickuraltsev authored Apr 8, 2017
    Configuration menu
    Copy the full SHA
    fa58223 View commit details
    Browse the repository at this point in the history
  14. Updating changelog

    nickuraltsev committed Apr 8, 2017
    Configuration menu
    Copy the full SHA
    982183c View commit details
    Browse the repository at this point in the history
  15. Releasing 0.16.1

    nickuraltsev committed Apr 8, 2017
    Configuration menu
    Copy the full SHA
    5c8095e View commit details
    Browse the repository at this point in the history
Loading