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: karma-runner/karma Loading
base: v1.2.0
Choose a base ref
...
head repository: karma-runner/karma Loading
compare: v1.3.0
Choose a head ref
  • 10 commits
  • 27 files changed
  • 5 contributors

Commits on Aug 16, 2016

  1. fix(middleware): ensure Range headers adhere more closely to RFC 2616

    Added one new dependency, use `range-parser` (Express dependency) to compute range.
    It is more well-tested in the wild.
    
    Fixes #2310
    kahwee committed Aug 16, 2016
    Configuration menu
    Copy the full SHA
    8b1b4b1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2315 from kahwee/fix-range

    fix(middleware): ensure Range headers adhere more closely to RFC 2616
    dignifiedquire committed Aug 16, 2016
    Configuration menu
    Copy the full SHA
    ee6ba49 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2016

  1. docs(gh): fix typos

    SteveVanOpstal committed Aug 22, 2016
    Configuration menu
    Copy the full SHA
    696123b View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2016

  1. Merge pull request #2326 from SteveVanOpstal/patch-1

    docs(gh): fix typos
    dignifiedquire committed Aug 24, 2016
    Configuration menu
    Copy the full SHA
    173ee47 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2016

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

Commits on Sep 7, 2016

  1. feat(reporter): add config formatError function

    Allows a `formatError` config function. The function receives the entire error message as its only argument. It returns the new error message.
    
    Fixes #2119.
    levithomason authored and dignifiedquire committed Sep 7, 2016
    Configuration menu
    Copy the full SHA
    98a4fbf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55755e4 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2016

  1. Merge pull request #2212 from pghalliday/feature-upstream-proxy

    feat: upstreamProxy config option to deal with proxies
    dignifiedquire committed Sep 8, 2016
    Configuration menu
    Copy the full SHA
    1e822a5 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2016

  1. Configuration menu
    Copy the full SHA
    b22430b View commit details
    Browse the repository at this point in the history
  2. chore: release v1.3.0

    dignifiedquire committed Sep 9, 2016
    Configuration menu
    Copy the full SHA
    9cd65cd View commit details
    Browse the repository at this point in the history
Loading