v0.11.10 (2013-12-22)
Bug Fixes
- completion: add missin --log-level for karma init (1e79eb55)
- init: clean the terminal if killed (e2aa7497)
Features
- revert default usePolling to false (e88fbc24)
- config:
- remove default preprocessors (coffee, html2js) (ada74d55)
- Add the abillity to supress the client console. This adds the client config opti (4734962d, closes #744)
- set default host/port from env vars (0a6a0ee4)
- Allow tests be to run in a new window instead of iframe (471e3a8a)
- init:
- install karma-coffee-preprocessor (29f5cf2d)
- add nodeunit, nunit frameworks (b4da1a08)
- install missing plugins (frameworks, launchers) (1ba70a6f)
- launcher: log how long it took each browser to capture (8dd54369)
Breaking Changes
- Karma does not ship with any plugin. You need to explicitly install all the plugins you need.
karma init
can help with this.
Removed plugins that need to be installed explicitly are:
- karma-jasmine
- karma-requirejs
- karma-coffee-preprocessor
- karma-html2js-preprocessor
- karma-chrome-launcher
- karma-firefox-launcher
- karma-phantomjs-launcher
- karma-script-launcher (e033d561)
<a name="v0.11.9"></a>