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: v5.2.1
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: v5.2.2
Choose a head ref
  • 5 commits
  • 7 files changed
  • 3 contributors

Commits on Sep 2, 2020

  1. Configuration menu
    Copy the full SHA
    ac7b73a View commit details
    Browse the repository at this point in the history
  2. chore(release): update contributors when publishing a release (#3552)

    Grunt release publishing [used to](https://github.com/karma-runner/karma/blob/master/gruntfile.js#L103) update `contributors` in `package.json`, but this feature has been lost during the migration to `semantic-release`. This PR restores the same logic in `semantic-release` plugin.
    
    I considered using [semantic-release-contributors](https://www.npmjs.com/package/semantic-release-contributors) first, but it has couple of issues:
    - it only adds contributors since last release, so can not restore contributors, who were missed while semantic-release was used for publishing
    - it parses author data from commit and then serializes it back, which in some cases produces wrong results (e.g. David Jensen <david@frode.(none)> becomes an empty string, because parsing silently fails)
    
    Because of the above issues I've re-implemented logic from the [Grunt plugin](https://github.com/vojtajina/grunt-npm/blob/master/tasks/npm.js#L90) as a semantic-release plugin and applied changes produced by it.
    
    There are a many changes to existing contributors, because current logic sorts them by the amount of commits.
    devoto13 authored Sep 2, 2020
    Configuration menu
    Copy the full SHA
    4fdef70 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2020

  1. fix: revert source-map update (#3559)

    As it contains a breaking change per #3557.
    devoto13 authored Sep 8, 2020
    Configuration menu
    Copy the full SHA
    d9ba284 View commit details
    Browse the repository at this point in the history
  2. docs: mention that html include type does not work anymore (#3556)

    Also added similar note for `dart` include type.
    
    Fixes #3419
    devoto13 authored Sep 8, 2020
    Configuration menu
    Copy the full SHA
    9ec37a9 View commit details
    Browse the repository at this point in the history
  3. chore(release): 5.2.2 [skip ci]

    ## [5.2.2](v5.2.1...v5.2.2) (2020-09-08)
    
    ### Bug Fixes
    
    * revert source-map update ([#3559](#3559)) ([d9ba284](d9ba284)), closes [#3557](#3557)
    semantic-release-bot committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    fffbaee View commit details
    Browse the repository at this point in the history
Loading