bump 1.0.0-RC4
Showing
3 changed files
with
8 additions
and
5 deletions
1 | CasperJS Changelog | 1 | CasperJS Changelog |
2 | ================== | 2 | ================== |
3 | 3 | ||
4 | XXXX-XX-XX, v1.0.0 | 4 | 2012-10-31, v1.0.0-RC4 |
5 | ------------------ | 5 | ---------------------- |
6 | 6 | ||
7 | This version is yet to be released. | 7 | Next version should be 1.0.0 stable. |
8 | 8 | ||
9 | - fixed [#261](https://github.com/n1k0/casperjs/issues/261) - Impossible to require CoffeeScript modules | ||
10 | - fixed [#262](https://github.com/n1k0/casperjs/issues/262) - Injecting clientScripts is not working | ||
9 | - fixed [#259](https://github.com/n1k0/casperjs/issues/259) - enhanced `Tester.assertField()` method, which can now tests for other field types than `input`s. | 11 | - fixed [#259](https://github.com/n1k0/casperjs/issues/259) - enhanced `Tester.assertField()` method, which can now tests for other field types than `input`s. |
10 | - fixed `Casper.getCurrentUrl()` could misbehave with encoded urls | 12 | - fixed `Casper.getCurrentUrl()` could misbehave with encoded urls |
11 | - added [`Casper.echo()`](http://casperjs.org/api.html#clientutils.echo) to print a message to the casper console from the remote DOM environment | 13 | - added [`Casper.echo()`](http://casperjs.org/api.html#clientutils.echo) to print a message to the casper console from the remote DOM environment |
12 | - added [`Casper.waitForText()`](http://casperjs.org/api.html#casper.waitForText) to wait for a given text to be present in page HTML contents | 14 | - added [`Casper.waitForText()`](http://casperjs.org/api.html#casper.waitForText) to wait for a given text to be present in page HTML contents |
13 | - added [`ClientUtils.getFieldValue()`](http://casperjs.org/api.html#clientutils.getFieldValue) | 15 | - added [`ClientUtils.getFieldValue()`](http://casperjs.org/api.html#clientutils.getFieldValue) |
16 | - Local CoffeeScript version has been upgraded to 1.4.0 | ||
14 | 17 | ||
15 | 2012-10-23, v1.0.0-RC3 | 18 | 2012-10-23, v1.0.0-RC3 |
16 | ---------------------- | 19 | ---------------------- | ... | ... |
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-RC3", | 4 | "version": "1.0.0-RC4", |
5 | "keywords": [ | 5 | "keywords": [ |
6 | "phantomjs", | 6 | "phantomjs", |
7 | "javascript" | 7 | "javascript" | ... | ... |
-
Please register or sign in to post a comment