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

Commits on Jan 20, 2021

  1. Configuration menu
    Copy the full SHA
    07edde4 View commit details
    Browse the repository at this point in the history
  2. fix: restore customFileHandlers provider (#3624)

    The removal of `customFileHandlers` turned out to be more disruptive change than anticipated as this provider is still used by several popular plugins: #3619, codymikol/karma-webpack#462, angular/angular-cli#19815. Hence we restore the provider and print a deprecation warning to make upgrading easier. This should give more time for the plugin authors to release new versions and users to adopt these versions.
    devoto13 committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    25d9abb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    69baddc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b29fa10 View commit details
    Browse the repository at this point in the history
  5. chore(release): 6.0.1 [skip ci]

    ## [6.0.1](v6.0.0...v6.0.1) (2021-01-20)
    
    ### Bug Fixes
    
    * **server:** set maxHttpBufferSize to the socket.io v2 default ([#3626](#3626)) ([69baddc](69baddc)), closes [#3621](#3621)
    * restore `customFileHandlers` provider ([#3624](#3624)) ([25d9abb](25d9abb))
    semantic-release-bot committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    e246461 View commit details
    Browse the repository at this point in the history
Loading