Commit 7995fbe2 7995fbe2500512a5a9fcfb3c95be31f864bdfc9d by Nicolas Perriault

updated CHANGELOG for 0.6

1 parent 89d48bb1
......@@ -4,9 +4,9 @@ CasperJS Changelog
XXXX-XX-XX, v0.6.0
------------------
- BC BREAK: `Casper.click()` now uses native phantomjs events instead of previous crazy utopic javascript emulation
- BC BREAK: removed obsolete `replaceFunctionPlaceholders()`
- BC BREAK: deprecated `Casper.extend()` method; use natural javascript extension mechanisms instead (see samples)
- **BC BREAK:** `Casper.click()` now uses native phantomjs events instead of previous crazy utopic javascript emulation
- **BC BREAK:** removed obsolete `replaceFunctionPlaceholders()`
- **BC BREAK:** deprecated `Casper.extend()` method; use natural javascript extension mechanisms instead (see samples)
- `Casper.open()` can now perform HTTP `GET`, `POST`, `PUT`, `DELETE` and `HEAD` operations
- commonjs/nodejs-like module exports implementation
- ported nodejs' `events` module to casperjs; lots of events added, plus some value filtering capabilities
......