Commit aaf3c400 aaf3c400cbfb151922388b6fb591be7dd3340049 by Nicolas Perriault

created 0.6 branch, alpha status (merged require branch)

1 parent 31a83594
CasperJS Changelog
==================
XXXX-XX-XX, v0.6.0-alpha
------------------------
- commonjs/nodejs-like module implementation
XXXX-XX-XX, v0.4.2
------------------
......
......@@ -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) {
......
{
"name": "casperjs",
"description": "Navigation scripting & testing utility for PhantomJS",
"version": "0.4.2-trunk",
"version": "0.6.0-alpha",
"keywords": [
"phantomjs",
"javascript"
......