updated CHANGELOG for 0.6
Showing
1 changed file
with
5 additions
and
1 deletions
... | @@ -6,7 +6,7 @@ XXXX-XX-XX, v0.6.0 | ... | @@ -6,7 +6,7 @@ XXXX-XX-XX, v0.6.0 |
6 | 6 | ||
7 | - **BC BREAK:** `Casper.click()` now uses native Webkit mouse events instead of previous crazy utopic javascript emulation | 7 | - **BC BREAK:** `Casper.click()` now uses native Webkit mouse events instead of previous crazy utopic javascript emulation |
8 | - **BC BREAK:** removed obsolete `replaceFunctionPlaceholders()` | 8 | - **BC BREAK:** removed obsolete `replaceFunctionPlaceholders()` |
9 | - **BC BREAK:** deprecated `Casper.extend()` method; use natural javascript extension mechanisms instead (see samples) | 9 | - *Deprecated*: `Casper.extend()` method has been deprecated; 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 |
... | @@ -14,6 +14,8 @@ XXXX-XX-XX, v0.6.0 | ... | @@ -14,6 +14,8 @@ XXXX-XX-XX, v0.6.0 |
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 source file path localization in any thrown `Error` message |
16 | 16 | ||
17 | --- | ||
18 | |||
17 | 2011-12-25, v0.4.2 | 19 | 2011-12-25, v0.4.2 |
18 | ------------------ | 20 | ------------------ |
19 | 21 | ||
... | @@ -21,6 +23,8 @@ XXXX-XX-XX, v0.6.0 | ... | @@ -21,6 +23,8 @@ XXXX-XX-XX, v0.6.0 |
21 | - casperjs executable now gracefully exists on KeyboardInterrupt | 23 | - casperjs executable now gracefully exists on KeyboardInterrupt |
22 | - 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 |
23 | 25 | ||
26 | --- | ||
27 | |||
24 | 2011-12-21, v0.4.1 | 28 | 2011-12-21, v0.4.1 |
25 | ------------------ | 29 | ------------------ |
26 | 30 | ... | ... |
-
Please register or sign in to post a comment