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
aaf3c400
...
aaf3c400cbfb151922388b6fb591be7dd3340049
authored
2011-12-27 15:51:55 +0100
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
created 0.6 branch, alpha status (merged require branch)
1 parent
31a83594
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
4 deletions
CHANGELOG
casperjs
package.json
CHANGELOG
View file @
aaf3c40
CasperJS Changelog
==================
XXXX-XX-XX, v0.6.0-alpha
------------------------
- commonjs/nodejs-like module implementation
XXXX-XX-XX, v0.4.2
------------------
...
...
casperjs
View file @
aaf3c40
...
...
@@ -31,9 +31,9 @@ if (!phantom.casperLoaded) {
// see http://semver.org/
phantom.casperVersion = {
major: 0,
minor:
4
,
patch:
2
,
ident: '
experimental-require
',
minor:
6
,
patch:
0
,
ident: '
alpha
',
toString: function() {
var version = [this.major, this.minor, this.patch].join('.');
if (this.ident) {
...
...
package.json
View file @
aaf3c40
{
"name"
:
"casperjs"
,
"description"
:
"Navigation scripting & testing utility for PhantomJS"
,
"version"
:
"0.
4.2-trunk
"
,
"version"
:
"0.
6.0-alpha
"
,
"keywords"
:
[
"phantomjs"
,
"javascript"
...
...
Please
register
or
sign in
to post a comment