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
12fbafd1
...
12fbafd1c625ff867de24b18d5165be6d1285e1e
authored
2012-01-10 15:27:03 +0100
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
bumped 0.4.3, latest release of the 0.4.* serie
1 parent
ded62ff4
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
CHANGELOG
casper.js
package.json
CHANGELOG
View file @
12fbafd
CasperJS Changelog
==================
XXXX-XX-XX
, v0.4.3
2012-01-10
, v0.4.3
------------------
**Note:** This will is the latest release of the 0.4.* serie.
- fixed #32 - `ClientUtils.click()` handles `<a href='javascript:'>` links
- fixed #34 - avoid having previously loaded DOM contents being still active on run complete
...
...
casper.js
View file @
12fbafd
...
...
@@ -35,7 +35,7 @@
major
:
0
,
minor
:
4
,
patch
:
3
,
ident
:
'trunk'
,
ident
:
undefined
,
toString
:
function
()
{
var
version
=
[
this
.
major
,
this
.
minor
,
this
.
patch
].
join
(
'.'
);
if
(
this
.
ident
)
{
...
...
package.json
View file @
12fbafd
{
"name"
:
"casperjs"
,
"description"
:
"Navigation scripting & testing utility for PhantomJS"
,
"version"
:
"0.4.3
-trunk
"
,
"version"
:
"0.4.3"
,
"keywords"
:
[
"phantomjs"
,
"javascript"
...
...
Please
register
or
sign in
to post a comment