Skip to content

Releases: mmanela/chutzpah

v4.2.2

23 Apr 05:15
Compare
Choose a tag to compare
  • Upgraded to PhantomJS 2.1.1
  • Fixed Jasmine v1 bug
  • Added manual AMD start functionality

v4.2.1

05 Apr 23:13
Compare
Choose a tag to compare
  • Upgraded to Mocha to 2.4.5
  • Added support for .jsx and .tsx files
  • Added React/Babel sample

v4.2.0

02 Feb 15:24
Compare
Choose a tag to compare
  • Upgraded to QUnit 1.20 and Jasmine 2.4
  • Improved support for AngularJS Templates
  • Support for compilation to merged output file
  • Emma code coverage output support
  • Support running tests from chutzpah.json file in VS
  • Added tracing and parallelism settings to chutzpah.json

v4.1.0

03 Sep 15:57
Compare
Choose a tag to compare

v4.0.3

06 Jun 00:51
Compare
Choose a tag to compare
  • Fixes openinbrowser bug

v4.0.2

03 Jun 17:28
Compare
Choose a tag to compare
  • Expose call phantom from test scripts
  • Allow user to choose browse to open with from command line

v4.0.1

30 Apr 19:40
Compare
Choose a tag to compare
  • Fix concurency issue in code coverage
  • Make better error messages for test adapter
  • Improved AMD settings

v4.0.0

06 Apr 23:18
Compare
Choose a tag to compare
  • Remove support for built in TypeScript and CoffeeScript compiler. Please use chutzpah.json compile setting instead.
  • Update to PhantomJs 2.0
  • Updated to QUnit 1.18
  • Added chutzpah.json inheritance
  • Added test harness batching per chutzpah.json file given setting
  • Added chutzpah.json environment properties

v3.3.1

31 Jan 16:05
Compare
Choose a tag to compare
  • Updated version .net framework range in VS Adapater plugin

v3.3.0

25 Jan 23:48
Compare
Choose a tag to compare
  • Update to QUnit 1.16
  • Update to Jasmine 2.1.3
  • Improve parsing of Chutzpah.json files (finally allow comments)
  • Skip paths that are too long while discovering tests
  • Integrate test result transformers into Chutzpah.json file
  • Add LCOV test result transformer
  • Add TRX test result transformer
  • Add source map support for code coverage
  • Fix issue with requirejs urls containing querystrings
  • Move HTML template injection from HEAD tag to BODY tag