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.3.6
Choose a base ref
...
head repository: karma-runner/karma Loading
compare: v6.3.7
Choose a head ref
  • 3 commits
  • 8 files changed
  • 2 contributors

Commits on Oct 27, 2021

  1. chore: update tooling packages to the latest versions

    Configurations are updated to accommodate for breaking changes.
    devoto13 committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    36d41cb View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2021

  1. fix(middleware): replace %X_UA_COMPATIBLE% marker anywhere in the file

    Previously %X_UA_COMPATIBLE% marker was only replaced if it was located at the start of the line.
    The limitation looks pretty arbitrary and caused the marker not to be replaced in the custom
    debug.html file used by Angular CLI as the marker was not located at the start of the line
    (probably because the file was re-formatted). This commit changes the behavior to replace the
    marker anywhere within the file, not just at the start of the line and thus fixes the problem
    for Angular CLI and potentially other people using custom files.
    
    Fixes #3711
    devoto13 committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    f1aeaec View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2021

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

    ## [6.3.7](v6.3.6...v6.3.7) (2021-11-01)
    
    ### Bug Fixes
    
    * **middleware:** replace %X_UA_COMPATIBLE% marker anywhere in the file ([f1aeaec](f1aeaec)), closes [#3711](#3711)
    semantic-release-bot committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    920fa33 View commit details
    Browse the repository at this point in the history
Loading