Commit 940b862f 940b862f769d29e9aa24a12a67a7877af508cd6f by Nicolas Perriault

updated docs, CHANGELOG for #322

1 parent c132c434
...@@ -4,6 +4,7 @@ CasperJS Changelog ...@@ -4,6 +4,7 @@ CasperJS Changelog
4 XXXX-XX-XX, v1.0.0 4 XXXX-XX-XX, v1.0.0
5 ------------------ 5 ------------------
6 6
7 - merged PR [#322](https://github.com/n1k0/casperjs/pull/322) - Support number in withFrame()
7 - fixed [#323](https://github.com/n1k0/casperjs/issues/323) - `thenEvaluate()` should be updated to take the same parameters as `evaluate()`, while maintaining backwards compatibility. 8 - fixed [#323](https://github.com/n1k0/casperjs/issues/323) - `thenEvaluate()` should be updated to take the same parameters as `evaluate()`, while maintaining backwards compatibility.
8 - 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. 9 - 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.
9 - `Casper.userAgent()` does not require the instance to be started anymore 10 - `Casper.userAgent()` does not require the instance to be started anymore
......
...@@ -5,17 +5,18 @@ You can check out the [contribution graphs on github](https://github.com/n1k0/ca ...@@ -5,17 +5,18 @@ You can check out the [contribution graphs on github](https://github.com/n1k0/ca
5 ``` 5 ```
6 $ git shortlog -s -n | cut -c8- 6 $ git shortlog -s -n | cut -c8-
7 Nicolas Perriault 7 Nicolas Perriault
8 oncletom
9 Brikou CARRE 8 Brikou CARRE
9 oncletom
10 hannyu 10 hannyu
11 Chris Lorenzo 11 Chris Lorenzo
12 Victor Yap 12 Victor Yap
13 nrabinowitz 13 nrabinowitz
14 pborreli 14 pborreli
15 Dave Lee 15 Rob Barreca
16 Andrew Childs
16 Solomon White 17 Solomon White
17 reina.sweet 18 reina.sweet
18 Andrew Childs 19 Dave Lee
19 Reina Sweet 20 Reina Sweet
20 Elmar Langholz 21 Elmar Langholz
21 Jason Funk 22 Jason Funk
...@@ -24,7 +25,6 @@ Julien Moulin ...@@ -24,7 +25,6 @@ Julien Moulin
24 Michael Geers 25 Michael Geers
25 Jan Schaumann 26 Jan Schaumann
26 Clochix 27 Clochix
27 Rafael Garcia
28 Raphaël Benitte 28 Raphaël Benitte
29 Tim Bunce 29 Tim Bunce
30 alfetopito 30 alfetopito
...@@ -49,4 +49,5 @@ Mehdi Kabab ...@@ -49,4 +49,5 @@ Mehdi Kabab
49 Mikko Peltonen 49 Mikko Peltonen
50 Pascal Borreli 50 Pascal Borreli
51 Rafael 51 Rafael
52 Rafael Garcia
52 ``` 53 ```
......
1 Subproject commit 78743d45ac54a56fa6276ed98f46c4a3ca938c01 1 Subproject commit 0f6c923dbfe9bb605adfa5c9d6c8cd3ac1d56586
......