updated CHANGELOG for 0.6
Showing
1 changed file
with
3 additions
and
3 deletions
... | @@ -4,9 +4,9 @@ CasperJS Changelog | ... | @@ -4,9 +4,9 @@ CasperJS Changelog |
4 | XXXX-XX-XX, v0.6.0 | 4 | XXXX-XX-XX, v0.6.0 |
5 | ------------------ | 5 | ------------------ |
6 | 6 | ||
7 | - BC BREAK: `Casper.click()` now uses native phantomjs events instead of previous crazy utopic javascript emulation | 7 | - **BC BREAK:** `Casper.click()` now uses native phantomjs 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 | - **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 | ... | ... |
-
Please register or sign in to post a comment