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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.0.9
Choose a base ref
...
head repository: karma-runner/karma
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.1.0
Choose a head ref
  • 5 commits
  • 31 files changed
  • 3 contributors

Commits on May 19, 2020

  1. chore: update ESLint packages (#3517)

    Most of the changes are automatic fixes from `npm run lint:fix`. The only non-trivial change is to `.hasOwnProperty()`, which is now reported by recommended ESLint rules. See [no-prototype-builtins](https://eslint.org/docs/rules/no-prototype-builtins) for more details.
    devoto13 authored May 19, 2020
    Configuration menu
    Copy the full SHA
    5bb19a8 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2020

  1. ci: replace validate-commit-msg with commitlint on Travis (#3523)

    Former is [deprecated](https://www.npmjs.com/package/validate-commit-msg) in favor of later. Karma already uses commitlint + husky to do commit validation locally. Added a dedicated package to simplify Travis integration as described in the commitlint [documentation](https://commitlint.js.org/#/guides-ci-setup).
    
    As a bonus it provides a good error message when Travis fails because of the bad commit message ([example](https://travis-ci.org/github/karma-runner/karma/jobs/688059354#L92)).
    devoto13 authored May 20, 2020
    Configuration menu
    Copy the full SHA
    c22c297 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2020

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

Commits on Jun 11, 2020

  1. feat(proxy): use keepAlive agent (#3527)

    Using an agent with keepAlive improves performance as the socket is
    reused across multiple requests.
    matz3 authored Jun 11, 2020
    Configuration menu
    Copy the full SHA
    b77f94c View commit details
    Browse the repository at this point in the history
  2. chore(release): 5.1.0 [skip ci]

    # [5.1.0](v5.0.9...v5.1.0) (2020-06-11)
    
    ### Features
    
    * **proxy:** use keepAlive agent ([#3527](#3527)) ([b77f94c](b77f94c))
    semantic-release-bot committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    f1e85dc View commit details
    Browse the repository at this point in the history
Loading