1.3.0 (2016-11-09)

Bug Fixes

  • polyfill Date.now to restore IE compat (246f25a)
  • deps: remove peer dependency on mocha (0bbf932), closes #114

Features

1.2.0 (2016-09-26)

Bug Fixes

  • “remove mocha stack entries” was too greedy (c893d0a)

Features

  • reporter: add timestamps to results (7b41f52)
  • reporter: expose mocha test properties (e4eb5fd)

1.1.1 (2016-06-26)

Bug Fixes

  • handle non existing mochaConfig (dcb74a5)

1.1.0 (2016-06-26)

Features

  • allow requiring files via karma.conf.js (f00d6b3), closes #84
  • deps: update dependencies (fe04ebb)

1.0.1 (2016-05-02)

Bug Fixes

  • Do not lose stack trace at debug.html (0b5a392)

0.2.2 (2016-02-15)

0.2.1 (2015-11-13)

Bug Fixes

  • Tests that call this.skip() are marked as failed instead of skipped fix #77 (73e554f)

0.2.0 (2015-06-22)

Bug Fixes

  • config: grep is interpreted as regexp (01d11e6)
  • npm: Make .npmignore more sensible to dot files (4ebf361), closes #59
  • Drop karma as a peerDependency. (5c11809)

0.1.10 (2014-12-04)

0.1.9 (2014-08-23)

Bug Fixes

  • properly format err messages with new lines (1144690), closes #40

0.1.8 (2014-08-18)

Bug Fixes

0.1.7 (2014-08-07)

0.1.6 (2014-07-17)

Bug Fixes

  • correctly prepare the new version (v0.1.5) (ab2a23f)

0.1.5 (2014-06-16)

0.1.4 (2014-06-15)

Features

  • Allow define html reporter on debug page. resolve #20 (7f8d4cc)

0.1.3 (2014-03-13)

Bug Fixes

0.1.2 (2014-02-18)

Bug Fixes

  • restores the ability to use grep (2787886)

0.1.1 (2013-11-26)

Features

  • Pass client configuration to `mocha.setup method. (4df9ba6), closes #13

0.1.0 (2013-08-06)

0.0.4 (2013-07-19)

Features

  • remove dump, as karma implements it (e02af06)

0.0.3 (2013-07-07)

Bug Fixes

  • config does not have to be defined (edfa534)

0.0.2 (2013-07-05)

Bug Fixes

  • report time for skipped tests so that netTime is computed correctly (4f5470d), closes #141