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
base: v6.3.17
Choose a base ref
...
head repository: karma-runner/karma
compare: v6.3.18
Choose a head ref
  • 6 commits
  • 17 files changed
  • 4 contributors

Commits on Mar 27, 2022

  1. refactor: replace deprecated String.prototype.substr()

    .substr() is deprecated so we replace it with .slice() which works similarily but isn't deprecated
    
    Signed-off-by: Tobias Speicher <[email protected]>
    CommanderRoot authored and Jonathan Ginsburg committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    d6359a7 View commit details
    Browse the repository at this point in the history
  2. refactor: replace .substring() with .slice()

    .slice() is shorter and generally faster
    
    Signed-off-by: Tobias Speicher <[email protected]>
    CommanderRoot authored and Jonathan Ginsburg committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    1b6ded5 View commit details
    Browse the repository at this point in the history
  3. refactor: replace deprecated String.prototype.substr()

    .substr() is deprecated so we replace it with .slice() which works similarily but isn't deprecated
    
    Signed-off-by: Tobias Speicher <[email protected]>
    CommanderRoot authored and Jonathan Ginsburg committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    263a870 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2022

  1. docs(configuration-file): document async function

    See #3660
    nicojs authored and Jonathan Ginsburg committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    7aeb3f8 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2022

  1. fix(deps): upgrade socket.io to v4.4.1

    Signed-off-by: Jonathan Kingston <[email protected]>
    jonathanKingston authored and Jonathan Ginsburg committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    52a30bb View commit details
    Browse the repository at this point in the history
  2. chore(release): 6.3.18 [skip ci]

    ## [6.3.18](v6.3.17...v6.3.18) (2022-04-13)
    
    ### Bug Fixes
    
    * **deps:** upgrade socket.io to v4.4.1 ([52a30bb](52a30bb))
    semantic-release-bot committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    31701a2 View commit details
    Browse the repository at this point in the history