updated CHANGELOG - refs #190, fixes #189
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 [#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 [#197](https://github.com/n1k0/casperjs/pull/197) - Added new tester methods: `assertField`, `assertSelectorHasText` and `assertSelectorDoesntHaveText` |
13 | - fixed [#189](https://github.com/n1k0/casperjs/issue/189) - fixed invalid XML due to message colorization | ||
13 | - fixed [#202](https://github.com/n1k0/casperjs/pull/202) - Fix test status timeouts when running multiple suites | 14 | - fixed [#202](https://github.com/n1k0/casperjs/pull/202) - Fix test status timeouts when running multiple suites |
14 | - fixed [#204](https://github.com/n1k0/casperjs/pull/204) - Fix for when the url is changed via javascript | 15 | - fixed [#204](https://github.com/n1k0/casperjs/pull/204) - Fix for when the url is changed via javascript |
15 | - fixed [#210](https://github.com/n1k0/casperjs/pull/210) - Changed `escape` to `encodeURIComponent` for downloading binaries via POST | 16 | - 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