updated CHANGELOG
Showing
1 changed file
with
3 additions
and
2 deletions
... | @@ -4,10 +4,11 @@ CasperJS Changelog | ... | @@ -4,10 +4,11 @@ CasperJS Changelog |
4 | XXXX-XX-XX, v0.6.0 | 4 | XXXX-XX-XX, v0.6.0 |
5 | ------------------ | 5 | ------------------ |
6 | 6 | ||
7 | - ported nodejs' "events" module to casperjs; lots of events added | ||
8 | - introduced the "mouse" module to handle mouse events | ||
9 | - BC BREAK: removed obsolete `replaceFunctionPlaceholders()` | 7 | - BC BREAK: removed obsolete `replaceFunctionPlaceholders()` |
10 | - commonjs/nodejs-like module implementation | 8 | - commonjs/nodejs-like module implementation |
9 | - ported nodejs' "events" module to casperjs; lots of events added, plus some value filtering capabilities | ||
10 | - introduced the "mouse" module to handle "real" mouse events | ||
11 | - added support for RegExp in `Casper.resourceExists()` | ||
11 | 12 | ||
12 | 2011-12-25, v0.4.2 | 13 | 2011-12-25, v0.4.2 |
13 | ------------------ | 14 | ------------------ | ... | ... |
-
Please register or sign in to post a comment