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

Commits on Mar 4, 2022

  1. build: ignore macOS meta files

    Jonathan Ginsburg committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    73c839e View commit details
    Browse the repository at this point in the history
  2. build: track package-lock.json

    Jonathan Ginsburg committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    617b582 View commit details
    Browse the repository at this point in the history
  3. build: use npm instead of Grunt

    Except for updating contributors, which remains in Grunt.
    
    #243
    Jonathan Ginsburg committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    eb0a039 View commit details
    Browse the repository at this point in the history
  4. build: remove Travis

    Jonathan Ginsburg committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    69ba2ea View commit details
    Browse the repository at this point in the history
  5. ci: add the "Test" GitHub Actions workflow

    Jonathan Ginsburg committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    2194427 View commit details
    Browse the repository at this point in the history
  6. ci: add commitlint

    Jonathan Ginsburg committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    80ada9f View commit details
    Browse the repository at this point in the history
  7. ci: add the "Release" GitHub Actions workflow

    Also:
    
    * Remove the "pretest" npm script as it is explicitly called in the "Test"
    GitHub Actions workflow.
    * Allow for the "chore" commit type as it is used by the grunt "contributors"
    task.
    Jonathan Ginsburg committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    58c8874 View commit details
    Browse the repository at this point in the history
  8. build: add the update-contributors tool

    Jonathan Ginsburg committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    1d6eb7f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4788113 View commit details
    Browse the repository at this point in the history
  10. ci: conduct unit tests first

    Jonathan Ginsburg committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    87c59fe View commit details
    Browse the repository at this point in the history
  11. build: disallow chore type commits

    Jonathan Ginsburg committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    d2ad8c6 View commit details
    Browse the repository at this point in the history
  12. docs: explain testing, linting and commit linting

    Jonathan Ginsburg committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    5400b23 View commit details
    Browse the repository at this point in the history
  13. docs: fix Karma's url

    aSemy authored and Jonathan Ginsburg committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    4dc0bd2 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. fix: artificially trigger a release

    This will ensure that the recent CI/CD Release workflow with GitHub Actions is
    working properly.
    Jonathan Ginsburg committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    83fdc3c View commit details
    Browse the repository at this point in the history
  2. chore(release): 3.1.1 [skip ci]

    ## [3.1.1](v3.1.0...v3.1.1) (2022-03-09)
    
    ### Bug Fixes
    
    * artificially trigger a release ([83fdc3c](83fdc3c))
    semantic-release-bot committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    5f3cbb1 View commit details
    Browse the repository at this point in the history
Loading