Permalink
base repository: karma-runner/karma
Failed to load repositories. Confirm that selected base ref is valid, then try again.
base: v6.3.17
Choose a base ref
...
head repository: karma-runner/karma
Failed to load repositories. Confirm that selected head ref is valid, then try again.
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..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
    CommanderRoot authored and Jonathan Ginsburg committedMar 27, 2022
    Configuration menu
    Copy the full SHA
    d6359a7View 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
    CommanderRoot authored and Jonathan Ginsburg committedMar 27, 2022
    Configuration menu
    Copy the full SHA
    1b6ded5View commit details
    Browse the repository at this point in the history
  3. refactor: replace deprecated String..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
    CommanderRoot authored and Jonathan Ginsburg committedMar 27, 2022
    Configuration menu
    Copy the full SHA
    263a870View 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
    nicojs authored and Jonathan Ginsburg committedApr 8, 2022
    Configuration menu
    Copy the full SHA
    7aeb3f8View 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
    jonathanKingston authored and Jonathan Ginsburg committedApr 13, 2022
    Configuration menu
    Copy the full SHA
    52a30bbView 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
    semantic-release-bot committedApr 13, 2022
    Configuration menu
    Copy the full SHA
    View commit details
    Browse the repository at this point in the history
Loading