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: v3.1.4
Choose a base ref
...
head repository: karma-runner/karma Loading
compare: v4.0.0
Choose a head ref
  • 12 commits
  • 14 files changed
  • 5 contributors

Commits on Dec 28, 2018

  1. Configuration menu
    Copy the full SHA
    02f071d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51007b1 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2018

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

Commits on Jan 1, 2019

  1. Configuration menu
    Copy the full SHA
    1a57029 View commit details
    Browse the repository at this point in the history
  2. chore: remove support for node 6 (#3246)

    Set node 8 as minimal supported version.
    
    Closes #3151
    BREAKING CHANGE:
    Drop Support for Node 6, to make it possible to use async/await in karma codebase.
    lusarz authored and johnjbarton committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    8a83990 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    acdd2dc View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2019

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

Commits on Jan 18, 2019

  1. fix(client): fix issue with loaded on safari 10 (#3252)

    Safari 10 supports type=module but ignores nomodule which causes loaded() to execute twice.
    
    Fixes #3198
    curquhart authored and johnjbarton committed Jan 18, 2019
    Configuration menu
    Copy the full SHA
    571191c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    988b901 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2019

  1. refactor(watcher): Make watcher injectable to support 3rd-party watch…

    …ers (#3254)
    
    Over the years, there has been several suggestions to make the default
    watcher in Karma (that uses chokidar) dependency injectable so that
    Karma could work well with third-party watchers.
    
    Prior issues:
    1. #1468
    2. #2895
    
    Candidate third-party watchers include:
    1. Watcher for Broccoli
    2. Watcher for Bazel
    3. Watcher for Blaze (used internally at Google)
    
    This commit makes the change to allow other Karma plugins to specify the
    'watcher' value in the di system and Karma would use the supplied
    watcher instead.
    Keen Yee Liau authored and johnjbarton committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    d59cf35 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2019

  1. Configuration menu
    Copy the full SHA
    56cc239 View commit details
    Browse the repository at this point in the history
  2. chore: release v4.0.0

    johnjbarton committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    5a47718 View commit details
    Browse the repository at this point in the history
Loading