Releases: karma-runner/karma
Releases · karma-runner/karma
v0.12.0
Bug Fixes
- serving binary files (8a30cf5), closes #864 #885
- config: fail if client.args is set to a non array (fe4eaec)
- runner: Karma hangs when file paths have \u in them #924 (1199fc4), closes #924
- web-server: close webserver after running (f9dee46)
- web-server: detach listeners after running (3baa8e1)
- web-server: strip scheme, host and port (06a0da0)
Features
v0.11.14
v0.11.13
v0.11.12
v0.11.11
v0.11.10
Bug Fixes
- completion: add missin --log-level for karma init (1e79eb5)
- init: clean the terminal if killed (e2aa749)
Features
- config: Add the abillity to supress the client console. (4734962), closes #744
- config: Allow tests be to run in a new window instead of iframe (471e3a8)
- config: remove default preprocessors (coffee, html2js) (ada74d5)
- config: set default host/port from env vars (0a6a0ee)
- init: add nodeunit, nunit frameworks (b4da1a0)
- init: install karma-coffee-preprocessor (29f5cf2)
- init: install missing plugins (frameworks, launchers) (1ba70a6)
- launcher: log how long it took each browser to capture (8dd5436)
- revert default usePolling to false (e88fbc2)
v0.11.9
v0.11.8
v0.11.7
v0.11.6
Bug Fixes
- config: apply CLI logger options as soon as we can (16179b0)
- config: ignore empty string patterns (66c86a6)
- preprocess: set correct extension for the preprocessed path (c9a64d2), closes #843
Features
- browser: improve logging (71b542a)
- client: show error if no adapter is included (7213877)
- web-server: cache preprocessed files (c786ee2)
- web-server: use SHA hash instead of timestamps (6e31cb2), closes #520
- add
browserDisconnectTolerance
config option (19590e1) - make autoWatch true by default (8454898)
BREAKING CHANGES
autoWatch
istrue
by default. If you rely on the default value beingfalse
, please set it inkarma.conf.js
explicitly tofalse
.