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 2016/03/18 20:52:05 UTC

[1/3] cordova-lib git commit: CB-10902 Updated version and RELEASENOTES.md for release 6.1.0

Repository: cordova-lib
Updated Branches:
  refs/heads/master 3502274a0 -> 9c7dead50


CB-10902 Updated version and RELEASENOTES.md for release 6.1.0


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

Branch: refs/heads/master
Commit: f0d5a3e8c7722203db3fa3c5af75cce85f09d166
Parents: 3502274
Author: Steve Gill <st...@gmail.com>
Authored: Thu Mar 17 19:31:11 2016 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Thu Mar 17 19:31:11 2016 -0700

----------------------------------------------------------------------
 cordova-lib/RELEASENOTES.md | 35 +++++++++++++++++++++++++++++++++++
 cordova-lib/package.json    |  4 ++--
 2 files changed, 37 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/f0d5a3e8/cordova-lib/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/cordova-lib/RELEASENOTES.md b/cordova-lib/RELEASENOTES.md
index 0c89745..a08eadb 100644
--- a/cordova-lib/RELEASENOTES.md
+++ b/cordova-lib/RELEASENOTES.md
@@ -20,6 +20,41 @@
 -->
 # Cordova-lib Release Notes
 
+### 6.1.0 (Mar 17, 2016)
+* CB-10902 updated pinned platforms
+* CB-10808 revert npm install for templates
+* CB-10808 CLI Support templates with subdirectory
+* CB-10880 Removed plugin pinning
+* CB-10679 Improving version choosing logic test coverage
+* CB-10673 add plugin `--force` option. 
+* CB-10679 New version choosing logic for plugin add
+* CB-10328 set top-level property when adding new platforms
+* CB-10314 avoid fetching plugins when oldId is already fetched
+* CB-10708 Install/uninstall plugins correctly into CLI project using plugman
+* CB-10462 Get rid of npmconf in favor of npm.
+* CB-10662 Use project's `config.xml` as a fallback for package name
+* CB-10644 Adds deprecation message about old platforms support removal.
+* CB-10519 Wrap all sync calls inside of `cordova.raw` methods into promises
+* CB-10641 Adds tests for order of operations in platform add
+* CB-10641 Run prepare `_after_` plugins were installed
+* CB-10618 Do not call `prepBuildFiles` for `cordova-android@>=5.2.0`.
+* CB-10518 Correct log level and error messages for some cordova errors
+* CB-10550 Fix plugin id mapper not enforced when a version is specified
+* CB-10611 fix `before_plugin_install` hook not disabled with `--nohooks`
+* CB-10235 Added clearer error message for info command.
+* CB-10584 Splashscreen plugin crashes the app on windows 10 when built with browserify
+* CB-10592 Don't quote platform specific args values
+* CB-10482 Remove references to **windows8** from cordova-lib/cli
+* CB-10567 Bubble up `cordova.raw.run()` error to the caller
+* CB-10553 Fix framework tag handler for **Android**
+* CB-10461 `cordova platform ls` should list the versions of platforms pinned
+* CB-10531 Enable coverage reports for cordova-lib
+* CB-10465 Pass correct options to prepare from compile
+* CB-10459 cordova platform list should mark amazon-fireos and wp8 as deprecated
+* CB-10499 `--template` should pull the latest template from npm when version isn't specified
+* CB-10432 Adds e2e test to protect against future regressions.
+* Added node versions matrix to `.travis.yml`.
+
 ### 6.0.0 (Jan 25, 2016)
 * CB-10432 Fix plugin installation for newly added platform
 * CB-10423 allow recursive folder copy skipping whatever .. was

http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/f0d5a3e8/cordova-lib/package.json
----------------------------------------------------------------------
diff --git a/cordova-lib/package.json b/cordova-lib/package.json
index 3e0fadb..73638bb 100644
--- a/cordova-lib/package.json
+++ b/cordova-lib/package.json
@@ -2,7 +2,7 @@
   "author": "Apache Software Foundation",
   "name": "cordova-lib",
   "description": "Apache Cordova tools core lib and API",
-  "version": "6.0.1-dev",
+  "version": "6.1.0",
   "repository": {
     "type": "git",
     "url": "git://git-wip-us.apache.org/repos/asf/cordova-lib.git"
@@ -20,7 +20,7 @@
     "aliasify": "^1.7.2",
     "cordova-app-hello-world": "3.10.0",
     "cordova-common": "1.0.x",
-    "cordova-js": "4.1.3",
+    "cordova-js": "4.1.4",
     "cordova-registry-mapper": "1.x",
     "cordova-serve": "^1.0.0",
     "dep-graph": "1.1.0",


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


[3/3] cordova-lib git commit: CB-10902 Incremented package version to -dev

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


Project: http://git-wip-us.apache.org/repos/asf/cordova-lib/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-lib/commit/9c7dead5
Tree: http://git-wip-us.apache.org/repos/asf/cordova-lib/tree/9c7dead5
Diff: http://git-wip-us.apache.org/repos/asf/cordova-lib/diff/9c7dead5

Branch: refs/heads/master
Commit: 9c7dead50a5a32ff2910903b5d6da6ec96844944
Parents: 31b58d0
Author: Steve Gill <st...@gmail.com>
Authored: Fri Mar 18 12:51:50 2016 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Fri Mar 18 12:51:50 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/9c7dead5/cordova-lib/package.json
----------------------------------------------------------------------
diff --git a/cordova-lib/package.json b/cordova-lib/package.json
index 193c226..50dc8f5 100644
--- a/cordova-lib/package.json
+++ b/cordova-lib/package.json
@@ -2,7 +2,7 @@
   "author": "Apache Software Foundation",
   "name": "cordova-lib",
   "description": "Apache Cordova tools core lib and API",
-  "version": "6.1.0",
+  "version": "6.1.1-dev",
   "repository": {
     "type": "git",
     "url": "git://git-wip-us.apache.org/repos/asf/cordova-lib.git"


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


[2/3] cordova-lib git commit: updated cordova-common dependency to 1.1.x

Posted by st...@apache.org.
updated cordova-common dependency to 1.1.x


Project: http://git-wip-us.apache.org/repos/asf/cordova-lib/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-lib/commit/31b58d0c
Tree: http://git-wip-us.apache.org/repos/asf/cordova-lib/tree/31b58d0c
Diff: http://git-wip-us.apache.org/repos/asf/cordova-lib/diff/31b58d0c

Branch: refs/heads/master
Commit: 31b58d0c34e4aa9cf091c067bc846701a04f4e56
Parents: f0d5a3e
Author: Steve Gill <st...@gmail.com>
Authored: Fri Mar 18 12:42:17 2016 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Fri Mar 18 12:42:17 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/31b58d0c/cordova-lib/package.json
----------------------------------------------------------------------
diff --git a/cordova-lib/package.json b/cordova-lib/package.json
index 73638bb..193c226 100644
--- a/cordova-lib/package.json
+++ b/cordova-lib/package.json
@@ -19,7 +19,7 @@
   "dependencies": {
     "aliasify": "^1.7.2",
     "cordova-app-hello-world": "3.10.0",
-    "cordova-common": "1.0.x",
+    "cordova-common": "1.1.x",
     "cordova-js": "4.1.4",
     "cordova-registry-mapper": "1.x",
     "cordova-serve": "^1.0.0",


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