updated CHANGELOG
Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -69,6 +69,7 @@ None yet. | ... | @@ -69,6 +69,7 @@ None yet. |
69 | XXXX-XX-XX, v1.0.2 | 69 | XXXX-XX-XX, v1.0.2 |
70 | ------------------ | 70 | ------------------ |
71 | 71 | ||
72 | - fixed [#375](https://github.com/n1k0/casperjs/pull/375) - Fixes a bug with getting form values for radio inputs, and introduces a minor optimization to avoid processing the same form fields more than once. | ||
72 | - closed [#373](https://github.com/n1k0/casperjs/issues/373) - added RegExp support to `Casper.waitForText()` | 73 | - closed [#373](https://github.com/n1k0/casperjs/issues/373) - added RegExp support to `Casper.waitForText()` |
73 | - fixed [#368](https://github.com/n1k0/casperjs/issues/368) - Remote JS error is thrown when a click target is missing after `click()` | 74 | - fixed [#368](https://github.com/n1k0/casperjs/issues/368) - Remote JS error is thrown when a click target is missing after `click()` |
74 | - merged PR [#357](https://github.com/n1k0/casperjs/pull/357) - fire the `input` event after setting input value (required to support [angular.js](http://angularjs.org/) apps) | 75 | - merged PR [#357](https://github.com/n1k0/casperjs/pull/357) - fire the `input` event after setting input value (required to support [angular.js](http://angularjs.org/) apps) | ... | ... |
-
Please register or sign in to post a comment