bump 0.6.3
Showing
4 changed files
with
10 additions
and
3 deletions
1 | CasperJS Changelog | 1 | CasperJS Changelog |
2 | ================== | 2 | ================== |
3 | 3 | ||
4 | 2012-02-05, v0.6.3 | ||
5 | ------------------ | ||
6 | |||
7 | - fixed [#48](https://github.com/n1k0/casperjs/issues/48) - XML Output file doesn't have classpath populated with file name | ||
8 | - refs [#46](https://github.com/n1k0/casperjs/issues/46) - added value details to Tester `fail` event | ||
9 | - new site design, new [domain](http://casperjs.org/), enhanced & updated docs | ||
10 | |||
4 | 2012-01-19, v0.6.2 | 11 | 2012-01-19, v0.6.2 |
5 | ------------------ | 12 | ------------------ |
6 | 13 | ... | ... |
... | @@ -33,7 +33,7 @@ phantom.loadCasper = function() { | ... | @@ -33,7 +33,7 @@ phantom.loadCasper = function() { |
33 | phantom.casperVersion = { | 33 | phantom.casperVersion = { |
34 | major: 0, | 34 | major: 0, |
35 | minor: 6, | 35 | minor: 6, |
36 | patch: 2, | 36 | patch: 3, |
37 | ident: undefined, | 37 | ident: undefined, |
38 | toString: function() { | 38 | toString: function() { |
39 | var version = [this.major, this.minor, this.patch].join('.'); | 39 | var version = [this.major, this.minor, this.patch].join('.'); | ... | ... |
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.2", | 4 | "version": "0.6.3", |
5 | "keywords": [ | 5 | "keywords": [ |
6 | "phantomjs", | 6 | "phantomjs", |
7 | "javascript" | 7 | "javascript" | ... | ... |
-
Please register or sign in to post a comment