bump 0.6.8
Showing
3 changed files
with
9 additions
and
2 deletions
1 | CasperJS Changelog | 1 | CasperJS Changelog |
2 | ================== | 2 | ================== |
3 | 3 | ||
4 | 2012-05-20, v0.6.8 | ||
5 | ------------------ | ||
6 | |||
7 | - added support for [XPath selectors](http://casperjs.org/#selectors) | ||
8 | - added `Tester.assertNotEquals()` ([@juliangruber](https://github.com/juliangruber)) | ||
9 | - fixed [#109](https://github.com/n1k0/casperjs/issues/109) - CLI args containing `=` (equals sign) were not being parsed properly | ||
10 | |||
4 | 2012-05-12, v0.6.7 | 11 | 2012-05-12, v0.6.7 |
5 | ------------------ | 12 | ------------------ |
6 | 13 | ... | ... |
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": "0.6.7", | 4 | "version": "0.6.8", |
5 | "keywords": [ | 5 | "keywords": [ |
6 | "phantomjs", | 6 | "phantomjs", |
7 | "javascript" | 7 | "javascript" | ... | ... |
-
Please register or sign in to post a comment