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: JakeChampion/fetch
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.10.0
Choose a base ref
...
head repository: JakeChampion/fetch
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.10.1
Choose a head ref
  • 7 commits
  • 11 files changed
  • 2 contributors

Commits on Oct 11, 2015

  1. Download and start Sauce Connect manually

    Disable Travis' own Sauce Labs integration
    mislav committed Oct 11, 2015
    Configuration menu
    Copy the full SHA
    b3885b4 View commit details
    Browse the repository at this point in the history
  2. Streamline Sauce Labs API interactions

    Every request now goes through general-purpose `saucelabs-api` command
    which, by default, dumps the data in line-based format suitable for
    parsing on the command line. If `--raw` is passed, raw JSON is returned
    instead.
    mislav committed Oct 11, 2015
    Configuration menu
    Copy the full SHA
    07dc8ae View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2015

  1. Switch to my credentials for npm publish from CI

    [ci skip]
    mislav committed Oct 12, 2015
    Configuration menu
    Copy the full SHA
    e0a4851 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2015

  1. Merge pull request #220 from github/sauce-fix

    Run Sauce Labs CI for pull requests
    mislav committed Oct 30, 2015
    Configuration menu
    Copy the full SHA
    0cb730d View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2015

  1. Allow making a POST request with an ArrayBuffer body

    Joshua Warner authored and joshuawarner32 committed Oct 31, 2015
    Configuration menu
    Copy the full SHA
    1529c83 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2015

  1. Merge pull request #227 from joshuawarner32/master

    Allow making a POST request with an ArrayBuffer body
    mislav committed Nov 2, 2015
    Configuration menu
    Copy the full SHA
    4db9f7b View commit details
    Browse the repository at this point in the history
  2. Fetch 0.10.1

    mislav committed Nov 2, 2015
    Configuration menu
    Copy the full SHA
    f4f8ca8 View commit details
    Browse the repository at this point in the history
Loading