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
64463b6a
...
64463b6aa51d79577d859052c32308e2fe8f2a1e
authored
2012-02-05 14:53:37 +0100
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
bump 0.6.3
1 parent
9b977381
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
3 deletions
CHANGELOG.md
bin/bootstrap.js
docs
package.json
CHANGELOG.md
View file @
64463b6
CasperJS Changelog
==================
2012-02-05, v0.6.3
------------------
-
fixed
[
#48
](
https://github.com/n1k0/casperjs/issues/48
)
- XML Output file doesn't have classpath populated with file name
-
refs
[
#46
](
https://github.com/n1k0/casperjs/issues/46
)
- added value details to Tester
`fail`
event
-
new site design, new
[
domain
](
http://casperjs.org/
)
, enhanced & updated docs
2012-01-19, v0.6.2
------------------
...
...
bin/bootstrap.js
View file @
64463b6
...
...
@@ -33,7 +33,7 @@ phantom.loadCasper = function() {
phantom
.
casperVersion
=
{
major
:
0
,
minor
:
6
,
patch
:
2
,
patch
:
3
,
ident
:
undefined
,
toString
:
function
()
{
var
version
=
[
this
.
major
,
this
.
minor
,
this
.
patch
].
join
(
'.'
);
...
...
docs
@
67e24a5d
Subproject commit
0f9d0a7d4cfa3ae89ab5955f8c263094dbe91298
Subproject commit
67e24a5dc0596efb6e4e91b56d5e77fa6b2dd941
...
...
package.json
View file @
64463b6
{
"name"
:
"casperjs"
,
"description"
:
"Navigation scripting & testing utility for PhantomJS"
,
"version"
:
"0.6.
2
"
,
"version"
:
"0.6.
3
"
,
"keywords"
:
[
"phantomjs"
,
"javascript"
...
...
Please
register
or
sign in
to post a comment