Commit e6295865 e629586592b831b4b941a80b8f61fbceed8458a5 by Nicolas Perriault

bump 1.0.0-RC2

1 parent 185c1ba6
1 CasperJS Changelog 1 CasperJS Changelog
2 ================== 2 ==================
3 3
4 XXXX-XX-XX, v1.0.0 (currently latest master) 4 2012-10-01, v1.0.0-RC2
5 -------------------------------------------- 5 ----------------------
6 6
7 ### Important Changes & Caveats 7 ### Important Changes & Caveats
8 8
9 - **PhantomJS 1.6 is now the minimal requirement** 9 - **PhantomJS 1.6 is now the minimal requirement**, PhantomJS 1.7 is supported.
10 - CasperJS continues to ship with its own implementation of CommonJS' module pattern, due to the way it has to work to offer its own executable. While the implementations are nearly the same, **100% compatibility is not guaranteed**. 10 - CasperJS continues to ship with its own implementation of CommonJS' module pattern, due to the way it has to work to offer its own executable. While the implementations are nearly the same, **100% compatibility is not guaranteed**.
11 11
12 ### Bugfixes & enhancements 12 ### Bugfixes & enhancements
......
1 Subproject commit 2c951c77469d00a8dfd23f71a51bdd28d37dec2a 1 Subproject commit a6bf37ddbf7216ba7cdebd9c0bad87e6be2d8f03
......
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-RC1", 4 "version": "1.0.0-RC2",
5 "keywords": [ 5 "keywords": [
6 "phantomjs", 6 "phantomjs",
7 "javascript" 7 "javascript"
......