bump 1.0.0-RC2
Showing
3 changed files
with
5 additions
and
5 deletions
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 | { | 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" | ... | ... |
-
Please register or sign in to post a comment