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

Commits on Mar 11, 2021

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

Commits on Mar 23, 2021

  1. feat: support asynchronous config.set() call in karma.conf.js (#3660)

    The existing sync behavior co-exists with the new async behavior.
    
    * add promise support to `parseConfig`
    * add async config support to `cli`, `runner`, and `stopper`
    * Additional API for `Server()` accepting parsed config.
      Older API is deprecated.
    * update documentation for parseConfig
    * add warning for deprecated use of CLI options
    *  update Server constructor, runner, and stopper docs
    npetruzzelli committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    4c9097a View commit details
    Browse the repository at this point in the history
  2. chore(release): 6.3.0 [skip ci]

    # [6.3.0](v6.2.0...v6.3.0) (2021-03-23)
    
    ### Features
    
    * support asynchronous `config.set()` call in karma.conf.js ([#3660](#3660)) ([4c9097a](4c9097a))
    semantic-release-bot committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    3eb7ee7 View commit details
    Browse the repository at this point in the history
Loading