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: v5.0.3
Choose a base ref
...
head repository: karma-runner/karma Loading
compare: v5.0.4
Choose a head ref
  • 6 commits
  • 11 files changed
  • 2 contributors

Commits on Apr 29, 2020

  1. Configuration menu
    Copy the full SHA
    69c7ba3 View commit details
    Browse the repository at this point in the history
  2. chore(test): remove usage of deprecated defineSupportCode (#3488)

    See cucumber [changelog](https://github.com/cucumber/cucumber-js/blob/7d0a1f7c85478dddbdcadf9489b8890db77be3a2/CHANGELOG.md#deprecations). Despite huge diff there are no code changes besides indentation in this commit.
    devoto13 committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    be5db67 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    255bf67 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2020

  1. fix(browser): make sure that empty results array is still recognized (#…

    …3486)
    
    Otherwise empty array is treated as a single value, which causes issues down the road.
    devoto13 committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    fa95fa3 View commit details
    Browse the repository at this point in the history
  2. refactor(test): migrate Proxy to ES2015 (#3490)

    We used to share single instance of this class between all scenarios, but this is not necessary as each scenario starts proxy on demand and stops it in [After hook](https://github.com/karma-runner/karma/blob/master/test/e2e/step_definitions/hooks.js#L7). It should be cleaner to have an independent instance for each scenario.
    devoto13 committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    810489d View commit details
    Browse the repository at this point in the history
  3. chore(release): 5.0.4 [skip ci]

    ## [5.0.4](v5.0.3...v5.0.4) (2020-04-30)
    
    ### Bug Fixes
    
    * **browser:** make sure that empty results array is still recognized ([#3486](#3486)) ([fa95fa3](fa95fa3))
    semantic-release-bot committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    633f833 View commit details
    Browse the repository at this point in the history
Loading