Commit 8c798c7a 8c798c7ac04c158960896e9052d07d4c602bb5fb by Nicolas Perriault

bump 1.0.0-RC4

1 parent 67d93069
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 Subproject commit e98991042dc266cbade70b3fe0dd612a7dfd273e 1 Subproject commit 2eb2c0d1d5aed057ada6afe8a3a795f57b09a91d
......
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"
......