updated CHANGELOG
Showing
1 changed file
with
2 additions
and
0 deletions
... | @@ -4,6 +4,8 @@ CasperJS Changelog | ... | @@ -4,6 +4,8 @@ CasperJS Changelog |
4 | XXXX-XX-XX, v0.4.2 | 4 | XXXX-XX-XX, v0.4.2 |
5 | ------------------ | 5 | ------------------ |
6 | 6 | ||
7 | - fixed erroneous error handling in Casper.capture() | ||
8 | - updated the way exceptions are thrown; now using `throw new Error()` everywhere | ||
7 | - merged PR #30 - Add request method and request data to the base64encode method (@jasonlfunk) | 9 | - merged PR #30 - Add request method and request data to the base64encode method (@jasonlfunk) |
8 | - casperjs executable now gracefully exists on KeyboardInterrupt | 10 | - casperjs executable now gracefully exists on KeyboardInterrupt |
9 | - added Casper.download() method, for downloading any resource and save it onto the filesystem | 11 | - added Casper.download() method, for downloading any resource and save it onto the filesystem | ... | ... |
-
Please register or sign in to post a comment