* feat: add `browser_open_timeout` configuration, default to 120s (same as before) - mostly because some browsers on saucelabs are really taking ages to start * fix: lower output by stacking browser names in console * fix: always return a uniq list of browser+version+platform * fix: typo in error message about browser output timeout
3.5.0
* bump browserify to v11
3.4.0
* allow negative numbers in browser version ranges
3.3.1
* remove superstack (causing problems on newer node)
3.3.0
* update mocha to v2
3.2.0
* add `browser_retries` option (default to 6) * add `browser_output_timeout` option (default to no timeout) * properly shutdown all browsers when an uncaught exception is thrown on main `zuul` instance * gzip content from the control app (your bundle will now be gzipped)