Skip to content
This repository has been archived by the owner on Jun 19, 2020. It is now read-only.

Commit

Permalink
bump 1.0.0-RC4
Browse files Browse the repository at this point in the history
  • Loading branch information
n1k0 committed Oct 31, 2012
1 parent 67d9306 commit 8c798c7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
@@ -1,16 +1,19 @@
CasperJS Changelog
==================

XXXX-XX-XX, v1.0.0
------------------
2012-10-31, v1.0.0-RC4
----------------------

This version is yet to be released.
Next version should be 1.0.0 stable.

- fixed [#261](https://github.com/n1k0/casperjs/issues/261) - Impossible to require CoffeeScript modules
- fixed [#262](https://github.com/n1k0/casperjs/issues/262) - Injecting clientScripts is not working
- fixed [#259](https://github.com/n1k0/casperjs/issues/259) - enhanced `Tester.assertField()` method, which can now tests for other field types than `input`s.
- fixed `Casper.getCurrentUrl()` could misbehave with encoded urls
- added [`Casper.echo()`](http://casperjs.org/api.html#clientutils.echo) to print a message to the casper console from the remote DOM environment
- added [`Casper.waitForText()`](http://casperjs.org/api.html#casper.waitForText) to wait for a given text to be present in page HTML contents
- added [`ClientUtils.getFieldValue()`](http://casperjs.org/api.html#clientutils.getFieldValue)
- Local CoffeeScript version has been upgraded to 1.4.0

2012-10-23, v1.0.0-RC3
----------------------
Expand Down
2 changes: 1 addition & 1 deletion docs
Submodule docs updated from e98991 to 2eb2c0
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "casperjs",
"description": "Navigation scripting & testing utility for PhantomJS",
"version": "1.0.0-RC3",
"version": "1.0.0-RC4",
"keywords": [
"phantomjs",
"javascript"
Expand Down

0 comments on commit 8c798c7

Please sign in to comment.