updated CHANGELOG for 0.6
Showing
1 changed file
with
4 additions
and
4 deletions
... | @@ -12,16 +12,16 @@ XXXX-XX-XX, v0.6.0 | ... | @@ -12,16 +12,16 @@ XXXX-XX-XX, v0.6.0 |
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 | - added printing of source file path for any uncaught exception printed onto the console |
16 | 16 | ||
17 | --- | 17 | --- |
18 | 18 | ||
19 | 2011-12-25, v0.4.2 | 19 | 2011-12-25, v0.4.2 |
20 | ------------------ | 20 | ------------------ |
21 | 21 | ||
22 | - merged PR #30 - Add request method and request data to the base64encode method (@jasonlfunk) | 22 | - merged PR #30 - Add request method and request data to the `base64encode()` method (@jasonlfunk) |
23 | - casperjs executable now gracefully exists on KeyboardInterrupt | 23 | - `casperjs` executable now gracefully exists on KeyboardInterrupt |
24 | - added Casper.download() method, for downloading any resource and save it onto the filesystem | 24 | - added `Casper.download()` method, for downloading any resource and save it onto the filesystem |
25 | 25 | ||
26 | --- | 26 | --- |
27 | 27 | ... | ... |
-
Please register or sign in to post a comment