Skip to content

Releases: karma-runner/karma

v0.12.0

04 Aug 09:28
Compare
Choose a tag to compare

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

  • remove dependency on coffee-script (af2d0e7)
  • config: better error when Coffee/Live Script not installed (aca84dc)
  • init: generate test-main.(js/coffee) for RequireJS projects (85900c9)

v0.11.14

04 Aug 09:28
Compare
Choose a tag to compare

Bug Fixes

  • config: allow CoffeeScript 1.7 to be used (a1583de)

Features

  • preprocessor: allow preprocessor to cancel test run (4d669bf), closes #550
  • reporter: use spaces rather than tabs when formatting errors (112becf)

v0.11.13

04 Aug 09:28
Compare
Choose a tag to compare

Bug Fixes

  • launcher: compatibility with old launchers (df557ce)

Features

  • web-server: include html files as (03d7b10)
  • support LiveScript configuration (88deebe)

v0.11.12

04 Aug 09:28
Compare
Choose a tag to compare

Bug Fixes

  • client: show error if an adapter is removed (a8b250c)

Features

  • deps: update all deps (355a762), closes #794
  • reporter: support source maps (rewrite stack traces) (70e4abd), closes #594
  • watcher: use polling on Mac (66f50d7)

v0.11.11

04 Aug 09:28
Compare
Choose a tag to compare

Bug Fixes

  • events: resolve async events without any listener (4e4bba8)
  • launcher: compatibility with Node v0.8 (6a46be9)
  • launcher: compatibility with old launchers (ffb7480)

v0.11.10

04 Aug 09:28
Compare
Choose a tag to compare

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

04 Aug 09:28
Compare
Choose a tag to compare

Features

  • browser: add browserNoActivity configuration (bca8faa)

v0.11.8

04 Aug 09:28
Compare
Choose a tag to compare

Bug Fixes

  • reporter: remove SHAs from stack traces (d7c31f9)
  • web-server: correct caching headers for SHAs (bf27e80)

Features

  • web-server: disable gzip compression (5ee886b)

v0.11.7

04 Aug 09:28
Compare
Choose a tag to compare

Bug Fixes

  • keep all sockets in the case an old socket will survive (a5945eb)
  • reuse browser instance when restarting disconnected browser (1f1a8eb)
  • client: redirect to redirect_url after all messages are sent (4d05602)

Features

  • plugins: ignore some non-plugins package names (0177603)

v0.11.6

04 Aug 09:28
Compare
Choose a tag to compare

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 is true by default. If you rely on the default value being false, please set it in karma.conf.js explicitly to false.