bump 0.6.4
Showing
3 changed files
with
10 additions
and
2 deletions
1 | CasperJS Changelog | 1 | CasperJS Changelog |
2 | ================== | 2 | ================== |
3 | 3 | ||
4 | 2012-02-09, v0.6.4 | ||
5 | ------------------ | ||
6 | |||
7 | - fixed `casperjs` command wasn't passing phantomjs native option in the correct order, resulting them not being taken into account by phantomjs engine: | ||
8 | - fixed [#49](https://github.com/n1k0/casperjs/issues/49) - `casperjs` is not sending `--ssl-ignore-errors` | ||
9 | - fixed [#50](https://github.com/n1k0/casperjs/issues/50) - Cookies not being set when passing `--cookies-file` option | ||
10 | - fixed Python3 compatibility of the `casperjs` executable | ||
11 | |||
4 | 2012-02-05, v0.6.3 | 12 | 2012-02-05, v0.6.3 |
5 | ------------------ | 13 | ------------------ |
6 | 14 | ... | ... |
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.3", | 4 | "version": "0.6.4", |
5 | "keywords": [ | 5 | "keywords": [ |
6 | "phantomjs", | 6 | "phantomjs", |
7 | "javascript" | 7 | "javascript" | ... | ... |
-
Please register or sign in to post a comment