updated CHANGELOG - refs #119
Showing
1 changed file
with
2 additions
and
0 deletions
... | @@ -8,6 +8,8 @@ XXXX-XX-XX, v1.0.0 | ... | @@ -8,6 +8,8 @@ XXXX-XX-XX, v1.0.0 |
8 | - fixed [#164](https://github.com/n1k0/casperjs/issues/164) - ability to force CLI parameters as strings (see [related documentation](http://casperjs.org/cli.html#raw)). | 8 | - fixed [#164](https://github.com/n1k0/casperjs/issues/164) - ability to force CLI parameters as strings (see [related documentation](http://casperjs.org/cli.html#raw)). |
9 | - fixed [#153](https://github.com/n1k0/casperjs/issues/153) - erroneous mouse event results when event.preventDefault() was used. | 9 | - fixed [#153](https://github.com/n1k0/casperjs/issues/153) - erroneous mouse event results when event.preventDefault() was used. |
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 [#119](https://github.com/n1k0/casperjs/issues/119) - `Casper.currentHTTPStatus` now defaults to `null` when resource are loaded | ||
12 | using the `file://` protocol | ||
11 | - fixed [#202](https://github.com/n1k0/casperjs/pull/202) - Fix test status timeouts when running multiple suites | 13 | - fixed [#202](https://github.com/n1k0/casperjs/pull/202) - Fix test status timeouts when running multiple suites |
12 | - fixed [#204](https://github.com/n1k0/casperjs/pull/204) - Fix for when the url is changed via javascript | 14 | - fixed [#204](https://github.com/n1k0/casperjs/pull/204) - Fix for when the url is changed via javascript |
13 | - fixed [#210](https://github.com/n1k0/casperjs/pull/210) - Changed `escape` to `encodeURIComponent` for downloading binaries via POST | 15 | - fixed [#210](https://github.com/n1k0/casperjs/pull/210) - Changed `escape` to `encodeURIComponent` for downloading binaries via POST | ... | ... |
-
Please register or sign in to post a comment