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
fb5d67f9
...
fb5d67f901a0195f0a30a1dd9ffe9eb128eb4530
authored
2011-12-27 12:19:43 +0100
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
updated changelog && casper version
1 parent
b6f060d5
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
3 deletions
CHANGELOG
casper.js
package.json
CHANGELOG
View file @
fb5d67f
CasperJS Changelog
==================
XXXX-XX-XX, v0.4.3
------------------
- fixed #32 - `ClientUtils.click()` handles `<a href='javascript:'>` links
2011-12-25, v0.4.2
------------------
...
...
casper.js
View file @
fb5d67f
...
...
@@ -34,8 +34,8 @@
phantom
.
casperVersion
=
{
major
:
0
,
minor
:
4
,
patch
:
2
,
ident
:
undefined
,
patch
:
3
,
ident
:
'trunk'
,
toString
:
function
()
{
var
version
=
[
this
.
major
,
this
.
minor
,
this
.
patch
].
join
(
'.'
);
if
(
this
.
ident
)
{
...
...
package.json
View file @
fb5d67f
{
"name"
:
"casperjs"
,
"description"
:
"Navigation scripting & testing utility for PhantomJS"
,
"version"
:
"0.4.
2
"
,
"version"
:
"0.4.
3-trunk
"
,
"keywords"
:
[
"phantomjs"
,
"javascript"
...
...
Please
register
or
sign in
to post a comment