Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XDomainRequest support #140

Merged
merged 14 commits into from Nov 21, 2015
Merged

Commits on Oct 29, 2015

  1. add xDomainRequest adapter

    Vineet Hawal committed Oct 29, 2015
    Copy the full SHA
    a59bc8d View commit details
    Browse the repository at this point in the history
  2. add test case

    Vineet Hawal committed Oct 29, 2015
    Copy the full SHA
    44cccc4 View commit details
    Browse the repository at this point in the history
  3. remove extra conditions

    Vineet Hawal committed Oct 29, 2015
    Copy the full SHA
    a768ac0 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2015

  1. Update axios.js

    Vineet Hawal committed Nov 2, 2015
    Copy the full SHA
    677e63a View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2015

  1. Merge branch 'master' of github.com:mzabriskie/axios into xDomainRequ…

    …estSupport
    
    Conflicts:
    	lib/adapters/xhr.js
    Vineet Hawal committed Nov 20, 2015
    Copy the full SHA
    e5e14da View commit details
    Browse the repository at this point in the history
  2. Merge branch 'xDomainRequestSupport' of github.com:vineethawal/axios …

    …into xDomainRequestSupport
    Vineet Hawal committed Nov 20, 2015
    Copy the full SHA
    17c1cb9 View commit details
    Browse the repository at this point in the history
  3. undo dist files changes

    Vineet Hawal committed Nov 20, 2015
    Copy the full SHA
    4db0578 View commit details
    Browse the repository at this point in the history
  4. undo dist files changes

    Vineet Hawal committed Nov 20, 2015
    Copy the full SHA
    0dbeea3 View commit details
    Browse the repository at this point in the history
  5. undo dist files changes

    Vineet Hawal committed Nov 20, 2015
    Copy the full SHA
    b1f2df4 View commit details
    Browse the repository at this point in the history
  6. buildUrl helper reference fix in xhr

    Vineet Hawal committed Nov 20, 2015
    Copy the full SHA
    1eac0b1 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2015

  1. Merge branch 'master' of github.com:mzabriskie/axios into xDomainRequ…

    …estSupport
    
    Conflicts:
    	package.json
    Vineet Hawal committed Nov 21, 2015
    Copy the full SHA
    729ff05 View commit details
    Browse the repository at this point in the history
  2. buildUrl -> buildURL

    Vineet Hawal committed Nov 21, 2015
    Copy the full SHA
    0be4467 View commit details
    Browse the repository at this point in the history
  3. import isURLSameOrigin at top

    Vineet Hawal committed Nov 21, 2015
    Copy the full SHA
    5c3b144 View commit details
    Browse the repository at this point in the history
  4. remove console.log -_-

    Vineet Hawal committed Nov 21, 2015
    Copy the full SHA
    837da53 View commit details
    Browse the repository at this point in the history