updated CHNAGELOG - refs #231
Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -10,6 +10,7 @@ XXXX-XX-XX, v1.0.0 | ... | @@ -10,6 +10,7 @@ XXXX-XX-XX, v1.0.0 |
10 | - fixed [#180](https://github.com/n1k0/casperjs/issues/180) - CasperJS tests are now run against a local HTTP test server. A new `casper selftest` command has been added as well. | 10 | - fixed [#180](https://github.com/n1k0/casperjs/issues/180) - CasperJS tests are now run against a local HTTP test server. A new `casper selftest` command has been added as well. |
11 | - fixed [#204](https://github.com/n1k0/casperjs/pull/204) Fix for when the url is changed via javascript | 11 | - fixed [#204](https://github.com/n1k0/casperjs/pull/204) Fix for when the url is changed via javascript |
12 | - fixed [#236](https://github.com/n1k0/casperjs/issues/236) - Casper.exit return `this` after calling `phantom.exit()` that may caused PhantomJS to hang | 12 | - fixed [#236](https://github.com/n1k0/casperjs/issues/236) - Casper.exit return `this` after calling `phantom.exit()` that may caused PhantomJS to hang |
13 | - fixed [#231](https://github.com/n1k0/casperjs/pull/231) - added `--pre` and `--post` options to the `casperjs test` command to load test files before and after the execution of testsuite | ||
13 | - added [`ClientUtils.getDocumentHeight()`](http://casperjs.org/api.html#clientutils.getDocumentHeight) | 14 | - added [`ClientUtils.getDocumentHeight()`](http://casperjs.org/api.html#clientutils.getDocumentHeight) |
14 | - added a `--no-colors` option to the `casper test` command to skip output coloration | 15 | - added a `--no-colors` option to the `casper test` command to skip output coloration |
15 | 16 | ... | ... |
-
Please register or sign in to post a comment