Commit 19d0f4c2 19d0f4c233490db34f83b838814be2cc6504ff69 by Nicolas Perriault

updated CHANGELOG

1 parent 8fa8d23a
...@@ -4,9 +4,10 @@ CasperJS Changelog ...@@ -4,9 +4,10 @@ CasperJS Changelog
4 XXXX-XX-XX, v1.0.0 4 XXXX-XX-XX, v1.0.0
5 ------------------ 5 ------------------
6 6
7 - fixed [#215](https://github.com/n1k0/casperjs/issues/215) - fixed broken `--fail-fast` option creating an endless loop on error 7 - fixed [#215](https://github.com/n1k0/casperjs/issues/215) - fixed broken `--fail-fast` option creating an endless loop on error
8 - fixed `Tester.renderFailureDetails()` which couldn't print failure details correctly in certain circumstances 8 - fixed `Tester.renderFailureDetails()` which couldn't print failure details correctly in certain circumstances
9 - fixed `Casper.getHTML()` wasn't retrieving active frame contents when using `Casper.withFrame()` 9 - fixed `Casper.getHTML()` wasn't retrieving active frame contents when using `Casper.withFrame()`
10 - fixed [#327](https://github.com/n1k0/casperjs/issues/327) - event handler for `page.confirm` always returns true
10 - merged PR [#322](https://github.com/n1k0/casperjs/pull/322) - Support number in `Casper.withFrame()` 11 - merged PR [#322](https://github.com/n1k0/casperjs/pull/322) - Support number in `Casper.withFrame()`
11 - fixed [#323](https://github.com/n1k0/casperjs/issues/323) - `thenEvaluate()` should be updated to take the same parameters as `evaluate()`, while maintaining backwards compatibility. 12 - fixed [#323](https://github.com/n1k0/casperjs/issues/323) - `thenEvaluate()` should be updated to take the same parameters as `evaluate()`, while maintaining backwards compatibility.
12 - merged PR [#319](https://github.com/n1k0/casperjs/pull/319), fixed [#209](https://github.com/n1k0/casperjs/issues/209) - test duration has been added to XUnit XML result file. 13 - merged PR [#319](https://github.com/n1k0/casperjs/pull/319), fixed [#209](https://github.com/n1k0/casperjs/issues/209) - test duration has been added to XUnit XML result file.
......