updated CHANGELOG for 0.6
Showing
1 changed file
with
4 additions
and
3 deletions
... | @@ -9,9 +9,10 @@ XXXX-XX-XX, v0.6.0 | ... | @@ -9,9 +9,10 @@ XXXX-XX-XX, v0.6.0 |
9 | - BC BREAK: deprecated `Casper.extend()` method; use natural javascript extension mechanisms instead (see samples) | 9 | - BC BREAK: deprecated `Casper.extend()` method; use natural javascript extension mechanisms instead (see samples) |
10 | - `Casper.open()` can now perform HTTP `GET`, `POST`, `PUT`, `DELETE` and `HEAD` operations | 10 | - `Casper.open()` can now perform HTTP `GET`, `POST`, `PUT`, `DELETE` and `HEAD` operations |
11 | - commonjs/nodejs-like module exports implementation | 11 | - commonjs/nodejs-like module exports implementation |
12 | - ported nodejs' "events" module to casperjs; lots of events added, plus some value filtering capabilities | 12 | - ported nodejs' `events` module to casperjs; lots of events added, plus some value filtering capabilities |
13 | - introduced the "mouse" module to handle native Webkit mouse events | 13 | - introduced the `mouse` module to handle native Webkit mouse events |
14 | - added support for RegExp input in `Casper.resourceExists()` | 14 | - added support for `RegExp` input in `Casper.resourceExists()` |
15 | - added source file path localization in any thrown `Error` message | ||
15 | 16 | ||
16 | 2011-12-25, v0.4.2 | 17 | 2011-12-25, v0.4.2 |
17 | ------------------ | 18 | ------------------ | ... | ... |
-
Please register or sign in to post a comment