updated doclink and CHANGELOG - refs #197
Showing
2 changed files
with
2 additions
and
1 deletions
... | @@ -9,6 +9,7 @@ XXXX-XX-XX, v1.0.0 | ... | @@ -9,6 +9,7 @@ XXXX-XX-XX, v1.0.0 |
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 using the `file://` protocol | 11 | - fixed [#119](https://github.com/n1k0/casperjs/issues/119) - `Casper.currentHTTPStatus` now defaults to `null` when resource are loaded using the `file://` protocol |
12 | - fixed [#197](https://github.com/n1k0/casperjs/pull/197) - Added new tester methods: `assertField`, `assertSelectorHasText` and `assertSelectorDoesntHaveText` | ||
12 | - 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 |
13 | - 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 |
14 | - 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