-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Comparing changes
Open a pull request
base repository: karma-runner/karma
base: v5.1.1
head repository: karma-runner/karma
compare: v5.2.0
- 9 commits
- 17 files changed
- 6 contributors
Commits on Aug 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 1a118c2 - Browse repository at this point
Copy the full SHA 1a118c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc2fd61 - Browse repository at this point
Copy the full SHA fc2fd61View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7cf7b1 - Browse repository at this point
Copy the full SHA e7cf7b1View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 5db46b7 - Browse repository at this point
Copy the full SHA 5db46b7View commit details -
fix(client): check in bundled client code into version control (#3524)
New script will take care about building assets and also checking that bundled assets are up-to-date as part of CI. This provides some improvements over the previous approach from f5521df#commitcomment-38967493: 1. It is possible to install `karma` from GitHub branch without the assumption that `browserify` is installed in user's project. 1. Karma contributors no longer need to run `npm run build` unless they want to change client code. 1. Simplifies runtime code.
Configuration menu - View commit details
-
Copy full SHA for 6cd5a3b - Browse repository at this point
Copy the full SHA 6cd5a3bView commit details -
fix(client): avoid race between execute and clearContext (#3452)
Add a delay in execute to ensure that reload events and clear context events are completed first. Fixes #3424
Configuration menu - View commit details
-
Copy full SHA for 8bc5b46 - Browse repository at this point
Copy the full SHA 8bc5b46View commit details
Commits on Aug 17, 2020
-
feat(server): allow 'exit' listeners to set exit code (#3541)
Currently it seems that it's not possible for reporters to set the exit code asynchronously. Within the "onRunComplete" event, the results.exitCode must be modified synchronously, otherwise the updated value is not taken into account. With this change, the reporters (or any other plugin) can pass an exit code to the callback of the 'exit' event.
Configuration menu - View commit details
-
Copy full SHA for 7a94d33 - Browse repository at this point
Copy the full SHA 7a94d33View commit details
Commits on Aug 31, 2020
-
chore(test): fix client tests in older IE versions (#3547)
By locking sinon to the older version. The problem was that new version of sinon brought newer versions of several dependencies, which use ES2016 Map, which is not available in the older IE versions. The solution is fragile as we can't reliably lock transitive dependencies, but should do for now to make master green. As a proper solution we should consider cutting a new major release, where we would drop support for ancient browsers and more clearly document which browsers karma aims to support.
Configuration menu - View commit details
-
Copy full SHA for f34b38f - Browse repository at this point
Copy the full SHA f34b38fView commit details -
chore(release): 5.2.0 [skip ci]
# [5.2.0](v5.1.1...v5.2.0) (2020-08-31) ### Bug Fixes * **client:** avoid race between execute and clearContext ([#3452](#3452)) ([8bc5b46](8bc5b46)), closes [#3424](#3424) * **client:** check in bundled client code into version control ([#3524](#3524)) ([6cd5a3b](6cd5a3b)), closes [/github.com/karma-runner/karma/commit/f5521df7df5cd1201b5dce28dc4e326b1ffc41fd#commitcomment-38967493](https://github.com//github.com/karma-runner/karma/commit/f5521df7df5cd1201b5dce28dc4e326b1ffc41fd/issues/commitcomment-38967493) * **dependencies:** update dependencies ([#3543](#3543)) ([5db46b7](5db46b7)) * **docs:** Update 03-how-it-works.md ([#3539](#3539)) ([e7cf7b1](e7cf7b1)) * **server:** log error when file loading or preprocessing fails ([#3540](#3540)) ([fc2fd61](fc2fd61)) ### Features * **server:** allow 'exit' listeners to set exit code ([#3541](#3541)) ([7a94d33](7a94d33))
Configuration menu - View commit details
-
Copy full SHA for 30ff444 - Browse repository at this point
Copy the full SHA 30ff444View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v5.1.1...v5.2.0