Commit d17faf00 d17faf0032209257947827afaf7b6fc8acc4796b by Nicolas Perriault

ensured compatibility with phantomjs 1.5

1 parent b329b397
......@@ -11,6 +11,7 @@ XXXX-XX-XX, v0.6.5
- added `--log-level` and `--direct` options to `casper test` command
- fixed 0.6.4 version number in `bootstrap.js`
- centralized version number to package.json
- ensured compatibility with PhantomJS 1.5
2012-02-09, v0.6.4
------------------
......
......@@ -20,9 +20,13 @@ PHANTOMJS_NATIVE_ARGS = [
'local-to-remote-url-access',
'max-disk-cache-size',
'output-encoding',
'remote-debugger-port',
'remote-debugger-autorun',
'proxy',
'proxy-auth',
'proxy-type',
'script-encoding',
'web-security',
]
CASPER_ARGS = []
PHANTOMJS_ARGS = []
......