Skip to content

Latest commit

 

History

History
85 lines (43 loc) · 1.48 KB

CHANGELOG.md

File metadata and controls

85 lines (43 loc) · 1.48 KB

3.1.2 / 2013-08-22

  • Add window.mochaPhantomJS.env. Fixes #91.

3.1.1 / 2013-08-14

  • Produce Mocha.process.stdout if it doesn't exist

3.1.0 / 2013-07-01

  • Update to Mocha 1.12.x and Chai 1.7.x

3.0.0 / 2013-06-06

  • Focus on latest PhantomJS 1.9.1.
  • Remove all Reporter subclasses. All reporter args should likely just work.
  • Set package.json to mocha 1.9.x and chai 1.6.x

2.0.3 / 2013-06-06

  • Should fail when there is a page error.

2.0.2 / 2013-05-14

  • Change --cookie to --cookies and take full object. Fixes #31.
  • Tested with Mocha 1.8.2. Fixes #37.
  • Tested with Chai 1.5.0. Fixed #30.
  • Tested with PhantomJS 1.9.0.
  • Fixed list reporter.

2.0.1 / 2013-03-04

  • Option to remove colors like mocha's --no-color. Thanks @nathanboktae

2.0.0 / 2013-01-25

  • Lock down package.json to mocha 1.7, 1.8 after http://git.io/GYJCTw is resolved.
  • Notify if phantomjs is not installed.

1.1.3 / 2013-01-16

  • Fix error code 127 on Windows. Thanks @romario333

1.1.2 / 2012-12-19

  • Fix iframe usage.
  • Allow a local npm of phantomjs to work.

1.1.1 / 2012-12-08

  • Fix spec CR regexp.
  • More PhantomJS args, timeout, cookie, header, setting, viewport.

1.1.0 / 2012-11-21

  • Tested with Mocha 1.7
  • New -A UserAgent argument passed to PhantomJS.

1.0.1 / 2012-10-25

  • Tested with Mocha 1.4, 1.5 and 1.6

1.0.0 / 2012-10-25

  • Initial release!