Commit 12fbafd1 12fbafd1c625ff867de24b18d5165be6d1285e1e by Nicolas Perriault

bumped 0.4.3, latest release of the 0.4.* serie

1 parent ded62ff4
1 CasperJS Changelog 1 CasperJS Changelog
2 ================== 2 ==================
3 3
4 XXXX-XX-XX, v0.4.3 4 2012-01-10, v0.4.3
5 ------------------ 5 ------------------
6 6
7 **Note:** This will is the latest release of the 0.4.* serie.
8
7 - fixed #32 - `ClientUtils.click()` handles `<a href='javascript:'>` links 9 - fixed #32 - `ClientUtils.click()` handles `<a href='javascript:'>` links
8 - fixed #34 - avoid having previously loaded DOM contents being still active on run complete 10 - fixed #34 - avoid having previously loaded DOM contents being still active on run complete
9 11
......
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
35 major: 0, 35 major: 0,
36 minor: 4, 36 minor: 4,
37 patch: 3, 37 patch: 3,
38 ident: 'trunk', 38 ident: undefined,
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.3-trunk", 4 "version": "0.4.3",
5 "keywords": [ 5 "keywords": [
6 "phantomjs", 6 "phantomjs",
7 "javascript" 7 "javascript"
......