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
6c266ac5
...
6c266ac5e7cdeb42e65413d78d25dcf62d5d0d06
authored
2012-01-16 16:58:57 +0100
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
bump 0.6.1
1 parent
7d88a761
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
3 deletions
CHANGELOG.md
bin/bootstrap.js
docs
package.json
CHANGELOG.md
View file @
6c266ac
CasperJS Changelog
==================
2012-01-16, v0.6.1
------------------
-
restablished js-emulated click simulation first, then native QtWebKit
events as a fallback; some real world testing have surprinsingly proven the former being often
more efficient than the latter
-
fixed casperjs executable could not handle a
`PHANTOMJS_EXECUTABLE`
containing spaces
-
fixed casper could not be used without the executable
[
as documented
](
http://n1k0.github.com/casperjs/#faq-executable
)
-
fixed wrong
`debug`
log level on
`ClientUtils.click()`
error; set to
`error`
Please check the
[
updated documentation
](
http://n1k0.github.com/casperjs
)
.
2012-01-12, v0.6.0
------------------
...
...
bin/bootstrap.js
View file @
6c266ac
...
...
@@ -33,7 +33,7 @@ phantom.loadCasper = function() {
phantom
.
casperVersion
=
{
major
:
0
,
minor
:
6
,
patch
:
0
,
patch
:
1
,
ident
:
undefined
,
toString
:
function
()
{
var
version
=
[
this
.
major
,
this
.
minor
,
this
.
patch
].
join
(
'.'
);
...
...
docs
@
a87370ee
Subproject commit
96895e7d4b64bf4d5c4cb9d62197b7c834a1e4ce
Subproject commit
a87370ee456f4ebb1e5b89eec311c10d0b8b9764
...
...
package.json
View file @
6c266ac
{
"name"
:
"casperjs"
,
"description"
:
"Navigation scripting & testing utility for PhantomJS"
,
"version"
:
"0.6.
0
"
,
"version"
:
"0.6.
1
"
,
"keywords"
:
[
"phantomjs"
,
"javascript"
...
...
Please
register
or
sign in
to post a comment