bump 1.0.0-RC3
Showing
4 changed files
with
8 additions
and
7 deletions
... | @@ -66,7 +66,7 @@ The documentation has been [updated accordingly](http://casperjs.org/api.html#ca | ... | @@ -66,7 +66,7 @@ The documentation has been [updated accordingly](http://casperjs.org/api.html#ca |
66 | 66 | ||
67 | ### Bugfixes & enhancements | 67 | ### Bugfixes & enhancements |
68 | 68 | ||
69 | - merged [#234](https://github.com/n1k0/casperjs/issues/234) - New Windows Loader written in Batch. Python is no more a requirement for using CasperJS on Windows. | 69 | - merged [#234](https://github.com/n1k0/casperjs/issues/234) - New Windows Loader written in Batch. Python is no more a requirement for using CasperJS on Windows. New installation instructions are [available](http://casperjs.org/installation.html#windows). |
70 | - a new `onWaitTimeout` option has been added, to allow defining a default behavior when a `waitFor*` function times out. | 70 | - a new `onWaitTimeout` option has been added, to allow defining a default behavior when a `waitFor*` function times out. |
71 | - [Casper.resourceExists()](http://casperjs.org/api.html#casper.resourceExists) and related functions now checks for non HTTP-404 received responses. | 71 | - [Casper.resourceExists()](http://casperjs.org/api.html#casper.resourceExists) and related functions now checks for non HTTP-404 received responses. |
72 | - fixed [#167](https://github.com/n1k0/casperjs/issues/167) - fixed opening truncated/uncomplete root urls may give erroneous HTTP statuses | 72 | - fixed [#167](https://github.com/n1k0/casperjs/issues/167) - fixed opening truncated/uncomplete root urls may give erroneous HTTP statuses | ... | ... |
... | @@ -4,7 +4,7 @@ You can check out the [contribution graphs on github](https://github.com/n1k0/ca | ... | @@ -4,7 +4,7 @@ You can check out the [contribution graphs on github](https://github.com/n1k0/ca |
4 | 4 | ||
5 | ``` | 5 | ``` |
6 | $ git shortlog -s -n | 6 | $ git shortlog -s -n |
7 | 666 Nicolas Perriault | 7 | 689 Nicolas Perriault |
8 | 14 oncletom | 8 | 14 oncletom |
9 | 14 Brikou CARRE | 9 | 14 Brikou CARRE |
10 | 8 hannyu | 10 | 8 hannyu |
... | @@ -14,12 +14,12 @@ $ git shortlog -s -n | ... | @@ -14,12 +14,12 @@ $ git shortlog -s -n |
14 | 3 Andrew Childs | 14 | 3 Andrew Childs |
15 | 3 Solomon White | 15 | 3 Solomon White |
16 | 3 reina.sweet | 16 | 3 reina.sweet |
17 | 2 Reina Sweet | ||
18 | 2 Jason Funk | ||
17 | 2 Michael Geers | 19 | 2 Michael Geers |
18 | 2 Julien Moulin | 20 | 2 Julien Moulin |
19 | 2 Clochix | ||
20 | 2 Donovan Hutchinson | 21 | 2 Donovan Hutchinson |
21 | 2 Jason Funk | 22 | 2 Clochix |
22 | 1 Maisons du monde | ||
23 | 1 Marcel Duran | 23 | 1 Marcel Duran |
24 | 1 Mathieu Agopian | 24 | 1 Mathieu Agopian |
25 | 1 Mehdi Kabab | 25 | 1 Mehdi Kabab |
... | @@ -42,4 +42,5 @@ $ git shortlog -s -n | ... | @@ -42,4 +42,5 @@ $ git shortlog -s -n |
42 | 1 Justine Tunney | 42 | 1 Justine Tunney |
43 | 1 KaroDidi | 43 | 1 KaroDidi |
44 | 1 Leandro Boscariol | 44 | 1 Leandro Boscariol |
45 | 1 Maisons du monde | ||
45 | ``` | 46 | ``` | ... | ... |
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-RC2", | 4 | "version": "1.0.0-RC3", |
5 | "keywords": [ | 5 | "keywords": [ |
6 | "phantomjs", | 6 | "phantomjs", |
7 | "javascript" | 7 | "javascript" | ... | ... |
-
Please register or sign in to post a comment