Commit ebdc3567 ebdc3567c570ad0a84e28c70b30b3c539abec3fe by Nicolas Perriault

bumped 0.6

1 parent 1f2dd978
CasperJS Changelog
==================
XXXX-XX-XX, v0.6.0
2012-01-12, v0.6.0
------------------
- **BC BREAK:** `Casper.click()` now uses native Webkit mouse events instead of previous crazy utopic javascript emulation
- **BC BREAK:** All errors thrown by CasperJS core are of the new `CasperError` type
- **BC BREAK:** removed obsolete `replaceFunctionPlaceholders()`
- *Deprecated*: `Casper.extend()` method has been deprecated; use natural javascript extension mechanisms instead (see samples)
- added `$ casperjs test` command for running split test suites
- `Casper.open()` can now perform HTTP `GET`, `POST`, `PUT`, `DELETE` and `HEAD` operations
- commonjs/nodejs-like module exports implementation
- ported nodejs' `events` module to casperjs; lots of events added, plus some value filtering capabilities
......@@ -16,6 +17,8 @@ XXXX-XX-XX, v0.6.0
- added printing of source file path for any uncaught exception printed onto the console
- added an emulation of stack trace printing (but PhantomJS will have to upgrade its javascript engine for it to be fully working though)
Please check the [updated documentation](http://n1k0.github.com/casperjs).
---
2011-12-25, v0.4.2
......
Subproject commit e37ddaa4dd0d94685f862bf229426924f26c1ada
Subproject commit 7f56f319b63912005e47779a2d279e9175a8eff7
......
{
"name": "casperjs",
"description": "Navigation scripting & testing utility for PhantomJS",
"version": "0.6.0-alpha",
"version": "0.6.0",
"keywords": [
"phantomjs",
"javascript"
......