-
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: v1.1.1
head repository: karma-runner/karma
compare: v1.1.2
- 13 commits
- 9 files changed
- 5 contributors
Commits on Jul 10, 2016
-
fix: Merge config child nodes on config.set()
The old behaviour will override child option nodes like options.client, causing properties to be lost if the new option node is only partially specified. This partially causes karma-runner/grunt-karma#165 and karma-runner/grunt-karma#166.
Configuration menu - View commit details
-
Copy full SHA for 65b688a - Browse repository at this point
Copy the full SHA 65b688aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 123a576 - Browse repository at this point
Copy the full SHA 123a576View commit details -
fix(docs): fix stopper.stop wrong variable name. closes #2244
Was: ```js var stopper = require('karma').stopper runner.stop({port: 9876}, function(exitCode) { ``` Changed to : ```js var stopper = require('karma').stopper stopper.stop({port: 9876}, function(exitCode) { ```
Configuration menu - View commit details
-
Copy full SHA for 0745a00 - Browse repository at this point
Copy the full SHA 0745a00View commit details
Commits on Jul 11, 2016
-
Merge pull request #2245 from yanivefraim/master
fix(docs): fix stopper.stop wrong variable name. closes #2244
Configuration menu - View commit details
-
Copy full SHA for f6cdab5 - Browse repository at this point
Copy the full SHA f6cdab5View commit details -
Merge pull request #2214 from gnail/patch-1
fix: Merge config files on Config.set()
Configuration menu - View commit details
-
Copy full SHA for 1e526e3 - Browse repository at this point
Copy the full SHA 1e526e3View commit details
Commits on Jul 13, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 306e565 - Browse repository at this point
Copy the full SHA 306e565View commit details
Commits on Jul 15, 2016
-
fix(middleware): fix WARN log when passing undefined error handler to…
… promise.then Closes #2227
Configuration menu - View commit details
-
Copy full SHA for 20b87de - Browse repository at this point
Copy the full SHA 20b87deView commit details -
Merge pull request #2256 from shaharmor/fix-warn-logs
fix WARN logs for undefined error handler
Configuration menu - View commit details
-
Copy full SHA for 9622f87 - Browse repository at this point
Copy the full SHA 9622f87View commit details
Commits on Jul 25, 2016
-
fix(file-list): ensure patterns are comparable
Thanks to @m-a-r-c-e-l-i-n-o for pointing me in the right direction Fixes #2194
Configuration menu - View commit details
-
Copy full SHA for 4d1bf3e - Browse repository at this point
Copy the full SHA 4d1bf3eView commit details -
Merge pull request #2252 from twolfson/bug/postmessage.overreach.sqwi…
…shed fix(context): Updated postMessage listener to stop validating non-Karma messages
Configuration menu - View commit details
-
Copy full SHA for 3b39c31 - Browse repository at this point
Copy the full SHA 3b39c31View commit details
Commits on Jul 26, 2016
-
Merge pull request #2277 from karma-runner/fix-pattern-file-list
fix(file-list): ensure patterns are comparable
Configuration menu - View commit details
-
Copy full SHA for de16802 - Browse repository at this point
Copy the full SHA de16802View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39b2fb7 - Browse repository at this point
Copy the full SHA 39b2fb7View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca4e2c7 - Browse repository at this point
Copy the full SHA ca4e2c7View 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 v1.1.1...v1.1.2