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

Commits on Mar 30, 2021

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

Commits on Apr 6, 2021

  1. docs: Assorted link fixes (#3671)

    *  fix redirected npmjs links
    * change npm to lowercase
    * use https when possible
    XhmikosR committed Apr 6, 2021
    1 Configuration menu
    Copy the full SHA
    5176aff View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2021

  1. Configuration menu
    Copy the full SHA
    d0fad69 View commit details
    Browse the repository at this point in the history
  2. chore: replace init scripts with a dependency on itself (#3674)

    This has the same result (symlink to the `karma` in the node_modules), but has two benefits:
    
    - karma developers don't need to run extra command
    - no peer dependency warnings when `npm install` is run
    devoto13 committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    cc9420d View commit details
    Browse the repository at this point in the history
  3. docs: updates to the documentation to support new markdown renderer (#…

    …3672)
    
    
    Companion PR for karma-runner/karma-runner.github.com#62.
    
    * docs: fix invalid heading syntax
    
    It is not recognized as a heading by the markdown parser without a whitespace.
    
    * docs: fix weird syntax to reduce diff
    
    Old parser considered this the same list, but new parser assumes that these are two separate lists. Technically it should be a nested list, but it is old and shouldn't really matter. I'm doing this change to reduce the diff I need to review after switching to the new markdown parser.
    
    * docs: fix invalid markdown
    
    Items nested in the list item, must be indented 3 spaces, not 2 spaces. New parser produced a pretty messed up markup from the invalid markdown.
    
    * docs: remove redundant whitespaces in the list items
    devoto13 committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    94cf15e View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2021

  1. fix(server): clean up vestigial code from proxy (#3640)

    When using the proxy feature of Karma, the target value can include the [scheme](https://tools.ietf.org/html/std66#section-3.1). It was used to determine the `https` variable to be sent to the [`http-proxy`](https://www.npmjs.com/package/http-proxy) `.createProxyServer` method. However, it is now disregarded by that package. This change cleans it up.
    Jonathan Ginsburg committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    f4aeac3 View commit details
    Browse the repository at this point in the history
  2. chore(release): 6.3.3 [skip ci]

    ## [6.3.3](v6.3.2...v6.3.3) (2021-06-01)
    
    ### Bug Fixes
    
    * **server:** clean up vestigial code from proxy ([#3640](#3640)) ([f4aeac3](f4aeac3)), closes [/tools.ietf.org/html/std66#section-3](https://github.com//tools.ietf.org/html/std66/issues/section-3)
    semantic-release-bot committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    943a6ac View commit details
    Browse the repository at this point in the history
Loading