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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.1.0
Choose a base ref
...
head repository: karma-runner/karma
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.1.1
Choose a head ref
  • 4 commits
  • 10 files changed
  • 5 contributors

Commits on Feb 3, 2021

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

Commits on Feb 12, 2021

  1. fix(config): check extension before ts-node register (#3651)

    Call require('ts-node').register() after checking configFilePath has `.ts` extension
    
    Fixes #3329
    xel23 authored Feb 12, 2021
    Configuration menu
    Copy the full SHA
    474f4e1 View commit details
    Browse the repository at this point in the history
  2. docs(plugins): add more information about plugins (#3649)

    Changes:
    
    - Promote `require('karma-plugin')` form over `'karma-plugin'` form. Former makes it more clear that plugin is imported from an NPM package and it is a regular JS object, there is no magic behind it. This is inspired by #3498 where user is not aware that it is even possible. This also should make it easier with plug'n'play package managers (like Yarn 2).
    - Explain that `plugins` array does not activate plugins, but only registers them to clarify #1247 (comment).
    - Explain the plugin structure, DI and how to build a new plugin.
    - Re-arrange "Developing plugins" page to make it easier to add more information about every plugin type. Adding actual information should be done in the separate PRs though.
    
    Fixes #1247
    devoto13 authored Feb 12, 2021
    Configuration menu
    Copy the full SHA
    99908c3 View commit details
    Browse the repository at this point in the history
  3. chore(release): 6.1.1 [skip ci]

    ## [6.1.1](v6.1.0...v6.1.1) (2021-02-12)
    
    ### Bug Fixes
    
    * **config:** check extension before ts-node register ([#3651](#3651)) ([474f4e1](474f4e1)), closes [#3329](#3329)
    * report launcher process error when exit event is not emitted ([#3647](#3647)) ([7ab86be](7ab86be))
    semantic-release-bot committed Feb 12, 2021
    1 Configuration menu
    Copy the full SHA
    f52a071 View commit details
    Browse the repository at this point in the history
Loading