Commit 0995830a 0995830a73e75a3d75f08d721f17b39a4cf4c4d4 by Nicolas Perriault

bump 1.0.0-RC6

1 parent 12e6873c
1 CasperJS Changelog 1 CasperJS Changelog
2 ================== 2 ==================
3 3
4 XXXX-XX-XX, v1.0.0 4 2012-12-14, v1.0.0-RC6
5 ------------------ 5 ----------------------
6
7 ### Important Changes & Caveats
8
9 #### Reverted to emulated mouse events
10 6
11 For some (weird) reason, emulated mouse events are actually more accurate than native ones. 7 I'm still expecting a 1.0 stable for Christmas. Feedback: bring it on.
12 8
13 Weird, I said. 9 ### Important Changes & Caveats
14 10
15 #### Added support for frames 11 #### Added experimental support for frames
16 12
17 Short excerpt of related tests: 13 A minimal convenient API has been added to Casper in order to ease the switch of current page context:
18 14
19 ```js 15 ```js
20 casper.start('tests/site/frames.html'); 16 casper.start('tests/site/frames.html');
......
1 Subproject commit 86d3660aea6b5ba803a3251e6f351efe9f58ba97 1 Subproject commit b0f51d643a839fb66c174086c426b9c7b49e2a80
......
1 { 1 {
2 "name": "casperjs", 2 "name": "casperjs",
3 "description": "Navigation scripting & testing utility for PhantomJS", 3 "description": "Navigation scripting & testing utility for PhantomJS",
4 "version": "1.0.0-RC5", 4 "version": "1.0.0-RC6",
5 "keywords": [ 5 "keywords": [
6 "phantomjs", 6 "phantomjs",
7 "javascript" 7 "javascript"
......