updated CHANGELOG
Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -7,6 +7,7 @@ XXXX-XX-XX, v0.6.11 | ... | @@ -7,6 +7,7 @@ XXXX-XX-XX, v0.6.11 |
7 | - closed [#132](https://github.com/n1k0/casperjs/issues/132) - added ability to include js/coffee files using a dedicated option when using the `casper test` command | 7 | - closed [#132](https://github.com/n1k0/casperjs/issues/132) - added ability to include js/coffee files using a dedicated option when using the `casper test` command |
8 | - fixed [#140](https://github.com/n1k0/casperjs/issues/140) - `casper test` now resolves local paths urls | 8 | - fixed [#140](https://github.com/n1k0/casperjs/issues/140) - `casper test` now resolves local paths urls |
9 | - fixed [#148](https://github.com/n1k0/casperjs/issues/148) - `utils.isWebPage()` was broken | 9 | - fixed [#148](https://github.com/n1k0/casperjs/issues/148) - `utils.isWebPage()` was broken |
10 | - fixed [#149](https://github.com/n1k0/casperjs/issues/149) - `ClientUtils.fill()` was searching elements globally | ||
10 | - closed [#144](https://github.com/n1k0/casperjs/issues/144) - added a `safeLogs` option to blur password values in debug logs. **This option is set to `true` by default.** | 11 | - closed [#144](https://github.com/n1k0/casperjs/issues/144) - added a `safeLogs` option to blur password values in debug logs. **This option is set to `true` by default.** |
11 | - added [`Casper.userAgent()`](http://casperjs.org/api.html#casper.userAgent) to ease a more dynamic setting of user-agent string | 12 | - added [`Casper.userAgent()`](http://casperjs.org/api.html#casper.userAgent) to ease a more dynamic setting of user-agent string |
12 | - added `Tester.assertTitleMatch()` method | 13 | - added `Tester.assertTitleMatch()` method | ... | ... |
-
Please register or sign in to post a comment