Commit 6aab0199 6aab0199dd24624b72e72683627f36ad17edd095 by Nicolas Perriault

bump 1.0.0-RC3

1 parent f3fd5405
......@@ -66,7 +66,7 @@ The documentation has been [updated accordingly](http://casperjs.org/api.html#ca
### Bugfixes & enhancements
- 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.
- 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).
- a new `onWaitTimeout` option has been added, to allow defining a default behavior when a `waitFor*` function times out.
- [Casper.resourceExists()](http://casperjs.org/api.html#casper.resourceExists) and related functions now checks for non HTTP-404 received responses.
- 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
```
$ git shortlog -s -n
666 Nicolas Perriault
689 Nicolas Perriault
14 oncletom
14 Brikou CARRE
8 hannyu
......@@ -14,12 +14,12 @@ $ git shortlog -s -n
3 Andrew Childs
3 Solomon White
3 reina.sweet
2 Reina Sweet
2 Jason Funk
2 Michael Geers
2 Julien Moulin
2 Clochix
2 Donovan Hutchinson
2 Jason Funk
1 Maisons du monde
2 Clochix
1 Marcel Duran
1 Mathieu Agopian
1 Mehdi Kabab
......@@ -42,4 +42,5 @@ $ git shortlog -s -n
1 Justine Tunney
1 KaroDidi
1 Leandro Boscariol
1 Maisons du monde
```
......
Subproject commit aa591aca25a25d95a8450c47e0f7189fbd1a7199
Subproject commit 9f6b066084b50ff44ebe4e3380226db4b5393d61
......
{
"name": "casperjs",
"description": "Navigation scripting & testing utility for PhantomJS",
"version": "1.0.0-RC2",
"version": "1.0.0-RC3",
"keywords": [
"phantomjs",
"javascript"
......