You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2015/05/28 01:51:44 UTC

[1/2] js commit: CB-9087 Updated version and RELEASENOTES.md for release 4.0.0

Repository: cordova-js
Updated Branches:
  refs/heads/master cb11ad3ae -> 43c8d6104


CB-9087 Updated version and RELEASENOTES.md for release 4.0.0


Project: http://git-wip-us.apache.org/repos/asf/cordova-js/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-js/commit/706c4a89
Tree: http://git-wip-us.apache.org/repos/asf/cordova-js/tree/706c4a89
Diff: http://git-wip-us.apache.org/repos/asf/cordova-js/diff/706c4a89

Branch: refs/heads/master
Commit: 706c4a89360c78433719e3a9465e82065a7e939e
Parents: cb11ad3
Author: Steve Gill <st...@gmail.com>
Authored: Wed May 27 16:41:07 2015 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Wed May 27 16:41:07 2015 -0700

----------------------------------------------------------------------
 RELEASENOTES.md | 18 ++++++++++++++++++
 package.json    |  2 +-
 2 files changed, 19 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-js/blob/706c4a89/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 61c202d..91aa5e4 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,24 @@
 -->
 ## Release Notes for Cordova JS ##
 
+### 4.0.0 (May 27, 2015)
+* CB-9057: Updated cordova.js for Windows to refer to base.js instead of the full-blown WinJS.js.
+* CB-6865 added browserify support for plugins with any id
+* CB-8441 added missing requires and updated npm run scripts
+* CB-8441 platformVersion flag not required anymore. Grab version from dependecy platform versions
+* CB-8441 updated workflow to use cordova-js-src when available
+* CB-8441 grunt compile now uses platform dependencies cordova-js-src for platform specific exec files
+* CB-8441 added platforms as dev dependencies
+* Added template-packaged WinJS reference for Windows 10 support. This closes #111
+* CB-8996 (Windows) Fixed invalid null comparison. This closes #110.
+* updated browserify dependency to 10.1.3
+* Revert "CB-8674: Creates a 'cordova.env' object, and then on Windows hangs the"
+* Revert "reverted global change to cordova object, added temp? 'activate' event to windows platform"
+* reverted global change to cordova object, added temp? 'activate' event to windows platform
+* CB-8674: Creates a 'cordova.env' object, and then on Windows hangs the activation arguments off of cordova.env.args.
+* android: Delete PRIVATE_API bridge mode enum, since it was removed in 4.0.0
+* CB-8838 - Disabled commandQueue for WK_WEBVIEW_BINDING. (closes #107)
+
 ### 3.9.0 (Apr 16, 2015)
 * Verify that window.cordova does not already exist and throw error if it does
 * Added appveyor badge

http://git-wip-us.apache.org/repos/asf/cordova-js/blob/706c4a89/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 11c8476..285d256 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
   "author": "Gord Tanner <gt...@gmail.com> (http://github.com/gtanner)",
   "name": "cordova-js",
   "description": "Cordova JavaScript: a unified JavaScript layer for the Cordova suite of projects enabling cross-platform native mobile development of applications using HTML, CSS and JavaScript.",
-  "version": "3.9.1-dev",
+  "version": "4.0.0",
   "homepage": "http://cordova.apache.org",
   "repository": {
     "type": "git",


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[2/2] js commit: CB-9087 Incremented package version to -dev

Posted by st...@apache.org.
CB-9087 Incremented package version to -dev


Project: http://git-wip-us.apache.org/repos/asf/cordova-js/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-js/commit/43c8d610
Tree: http://git-wip-us.apache.org/repos/asf/cordova-js/tree/43c8d610
Diff: http://git-wip-us.apache.org/repos/asf/cordova-js/diff/43c8d610

Branch: refs/heads/master
Commit: 43c8d6104094a008af10f4d34e740ffbc26b348d
Parents: 706c4a8
Author: Steve Gill <st...@gmail.com>
Authored: Wed May 27 16:51:20 2015 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Wed May 27 16:51:20 2015 -0700

----------------------------------------------------------------------
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-js/blob/43c8d610/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 285d256..ff52247 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
   "author": "Gord Tanner <gt...@gmail.com> (http://github.com/gtanner)",
   "name": "cordova-js",
   "description": "Cordova JavaScript: a unified JavaScript layer for the Cordova suite of projects enabling cross-platform native mobile development of applications using HTML, CSS and JavaScript.",
-  "version": "4.0.0",
+  "version": "4.0.1-dev",
   "homepage": "http://cordova.apache.org",
   "repository": {
     "type": "git",


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org