Commit fb5d67f9 fb5d67f901a0195f0a30a1dd9ffe9eb128eb4530 by Nicolas Perriault

updated changelog && casper version

1 parent b6f060d5
1 CasperJS Changelog 1 CasperJS Changelog
2 ================== 2 ==================
3 3
4 XXXX-XX-XX, v0.4.3
5 ------------------
6
7 - fixed #32 - `ClientUtils.click()` handles `<a href='javascript:'>` links
8
4 2011-12-25, v0.4.2 9 2011-12-25, v0.4.2
5 ------------------ 10 ------------------
6 11
......
...@@ -34,8 +34,8 @@ ...@@ -34,8 +34,8 @@
34 phantom.casperVersion = { 34 phantom.casperVersion = {
35 major: 0, 35 major: 0,
36 minor: 4, 36 minor: 4,
37 patch: 2, 37 patch: 3,
38 ident: undefined, 38 ident: 'trunk',
39 toString: function() { 39 toString: function() {
40 var version = [this.major, this.minor, this.patch].join('.'); 40 var version = [this.major, this.minor, this.patch].join('.');
41 if (this.ident) { 41 if (this.ident) {
......
1 { 1 {
2 "name": "casperjs", 2 "name": "casperjs",
3 "description": "Navigation scripting & testing utility for PhantomJS", 3 "description": "Navigation scripting & testing utility for PhantomJS",
4 "version": "0.4.2", 4 "version": "0.4.3-trunk",
5 "keywords": [ 5 "keywords": [
6 "phantomjs", 6 "phantomjs",
7 "javascript" 7 "javascript"
......