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.0
Choose a base ref
...
head repository: karma-runner/karma Loading
compare: v5.0.1
Choose a head ref
  • 4 commits
  • 7 files changed
  • 3 contributors

Commits on Apr 9, 2020

  1. Update issue templates

    The text in the bug report will just make issues less readable.
    johnjbarton committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    9b863f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    007d093 View commit details
    Browse the repository at this point in the history
  3. fix(file-list): do not define fs.statAsync (#3467)

    Defining fs.statAsync affects other modules such as bluebird which
    throws an error because of the 'Async'-suffix:
    
    > Cannot promisify an API that has normal methods with 'Async'-suffix
    > See http:https://goo.gl/MqrFmX
    
    Fixes: #3466
    matz3 committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    55a59e7 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2020

  1. chore(release): 5.0.1 [skip ci]

    ## [5.0.1](v5.0.0...v5.0.1) (2020-04-10)
    
    ### Bug Fixes
    
    * **file-list:** do not define fs.statAsync ([#3467](#3467)) ([55a59e7](55a59e7))
    semantic-release-bot committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    1a3484e View commit details
    Browse the repository at this point in the history
Loading