Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
casperjs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
d17faf00
...
d17faf0032209257947827afaf7b6fc8acc4796b
authored
2012-03-23 18:42:13 +0100
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
ensured compatibility with phantomjs 1.5
1 parent
b329b397
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
CHANGELOG.md
bin/casperjs
CHANGELOG.md
View file @
d17faf0
...
...
@@ -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
------------------
...
...
bin/casperjs
View file @
d17faf0
...
...
@@ -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
=
[]
...
...
Please
register
or
sign in
to post a comment