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 2017/05/02 00:05:47 UTC

[2/9] cordova-lib git commit: CB-12747 Updated version and RELEASENOTES.md for release 7.0.0

CB-12747 Updated version and RELEASENOTES.md for release 7.0.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/b736f6e7
Tree: http://git-wip-us.apache.org/repos/asf/cordova-lib/tree/b736f6e7
Diff: http://git-wip-us.apache.org/repos/asf/cordova-lib/diff/b736f6e7

Branch: refs/heads/master
Commit: b736f6e7a6f5da494ca2bd0597d32109214bf3f7
Parents: 70c6d71
Author: Steve Gill <st...@gmail.com>
Authored: Tue May 2 01:17:19 2017 +0200
Committer: Steve Gill <st...@gmail.com>
Committed: Tue May 2 01:17:19 2017 +0200

----------------------------------------------------------------------
 cordova-common/package.json |  4 ++--
 cordova-fetch/package.json  |  2 +-
 cordova-lib/RELEASENOTES.md | 27 +++++++++++++++++++++++++++
 cordova-lib/package.json    |  8 ++++----
 4 files changed, 34 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/b736f6e7/cordova-common/package.json
----------------------------------------------------------------------
diff --git a/cordova-common/package.json b/cordova-common/package.json
index 96d4142..568e90a 100644
--- a/cordova-common/package.json
+++ b/cordova-common/package.json
@@ -3,7 +3,7 @@
   "name": "cordova-common",
   "description": "Apache Cordova tools and platforms shared routines",
   "license": "Apache-2.0",
-  "version": "2.0.2",
+  "version": "2.0.3",
   "repository": {
     "type": "git",
     "url": "git://git-wip-us.apache.org/repos/asf/cordova-common.git"
@@ -26,7 +26,7 @@
     "ansi": "^0.3.1",
     "bplist-parser": "^0.1.0",
     "cordova-registry-mapper": "^1.1.8",
-    "elementtree": "^0.1.6",
+    "elementtree": "0.1.6",
     "glob": "^5.0.13",
     "minimatch": "^3.0.0",
     "osenv": "^0.1.3",

http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/b736f6e7/cordova-fetch/package.json
----------------------------------------------------------------------
diff --git a/cordova-fetch/package.json b/cordova-fetch/package.json
index eaf3ad1..bd6c438 100644
--- a/cordova-fetch/package.json
+++ b/cordova-fetch/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-fetch",
-  "version": "1.0.3-dev",
+  "version": "1.0.3",
   "description": "Apache Cordova fetch module. Fetches from git and npm.",
   "main": "index.js",
   "repository": {

http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/b736f6e7/cordova-lib/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/cordova-lib/RELEASENOTES.md b/cordova-lib/RELEASENOTES.md
index 234c89e..bf837fa 100644
--- a/cordova-lib/RELEASENOTES.md
+++ b/cordova-lib/RELEASENOTES.md
@@ -20,6 +20,33 @@
 -->
 # Cordova-lib Release Notes
 
+### 7.0.0 (May 02, 2017)
+* [CB-12747](https://issues.apache.org/jira/browse/CB-12747): updated pinned platforms
+* [CB-12705](https://issues.apache.org/jira/browse/CB-12705): Modified `(before|after)_plugin_(uninstall|install)` to always expect existence of plugin field
+* [CB-12705](https://issues.apache.org/jira/browse/CB-12705): Pass plugin info to project `*_plugin_install` hooks
+* [CB-11242](https://issues.apache.org/jira/browse/CB-11242): removed support for platforms that don't have a `package.json`
+* [CB-11242](https://issues.apache.org/jira/browse/CB-11242): updated tests and fixtures
+* [CB-11242](https://issues.apache.org/jira/browse/CB-11242): refactored out `getPlatformApiFunction`
+* [CB-11242](https://issues.apache.org/jira/browse/CB-11242): removed `parser` and `handler` files for deprecated versions of platforms
+* [CB-12683](https://issues.apache.org/jira/browse/CB-12683): improved error messaging for when a plugin doesn't have `package.json`
+* [CB-12674](https://issues.apache.org/jira/browse/CB-12674): Added deprecation notice for **blackberry10** and **ubuntu**
+* [CB-11777](https://issues.apache.org/jira/browse/CB-11777): Restore plugins before preparing
+* [CB-12643](https://issues.apache.org/jira/browse/CB-12643): removed references to **wp8**
+* [CB-12645](https://issues.apache.org/jira/browse/CB-12645): removed references to **firefoxos**
+* [CB-12665](https://issues.apache.org/jira/browse/CB-12665): removed `engineStrict` as it is no longer supported
+* [CB-12612](https://issues.apache.org/jira/browse/CB-12612): removing old `amazon-fireos` code
+* [CB-12425](https://issues.apache.org/jira/browse/CB-12425): autocreate a `package.json` if it doesn't exist during `cordova prepare` 
+* [CB-12517](https://issues.apache.org/jira/browse/CB-12517): `package.json` `name` feild is `config.xml` `id` feild and `package.json` `displayName` feild is `config.xml` `name` feild
+* [CB-12592](https://issues.apache.org/jira/browse/CB-12592): added `requireNoCache` function and replaced instances of `delete.require cache`
+* [CB-12606](https://issues.apache.org/jira/browse/CB-12606): Fix plugin dependency installation. Now it respects the `spec` specified for dependencies of plugins in `plugin.xml`
+* [CB-12016](https://issues.apache.org/jira/browse/CB-12016): removed `pluginMapper` code from uninstall
+* [CB-12337](https://issues.apache.org/jira/browse/CB-12337): Resolve symbolic links in project root
+* [CB-11346](https://issues.apache.org/jira/browse/CB-11346): Remove known platforms check
+* [CB-11977](https://issues.apache.org/jira/browse/CB-11977): removed support for `node 0.x`
+* [CB-12021](https://issues.apache.org/jira/browse/CB-12021): Added local path support to `--fetch` and fixed failing tests for adding a relative path
+* [CB-11960](https://issues.apache.org/jira/browse/CB-11960): Added support to `package.json` for platform/plugin add/rm
+* [CB-12001](https://issues.apache.org/jira/browse/CB-12001): Added support for platform/plugin & `spec` restore to sync `config.xml` and `package.json`
+
 ### 6.5.0 (Jan 17, 2017)
 * [CB-12018](https://issues.apache.org/jira/browse/CB-12018): updated `jshint` and updated `jasmine` tests to work with `jasmine` instead of `jasmine-node`
 * [CB-12314](https://issues.apache.org/jira/browse/CB-12314) updated pinned android to 6.1.1

http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/b736f6e7/cordova-lib/package.json
----------------------------------------------------------------------
diff --git a/cordova-lib/package.json b/cordova-lib/package.json
index 68c828e..7b4d945 100644
--- a/cordova-lib/package.json
+++ b/cordova-lib/package.json
@@ -3,7 +3,7 @@
   "name": "cordova-lib",
   "license": "Apache-2.0",
   "description": "Apache Cordova tools core lib and API",
-  "version": "6.5.1-dev",
+  "version": "7.0.0",
   "repository": {
     "type": "git",
     "url": "git://git-wip-us.apache.org/repos/asf/cordova-lib.git"
@@ -18,10 +18,10 @@
   },
   "dependencies": {
     "aliasify": "^2.1.0",
-    "cordova-common": "2.0.2",
+    "cordova-common": "2.0.3",
     "cordova-create": "^1.0.1",
-    "cordova-fetch": "1.0.2",
-    "cordova-js": "4.2.1",
+    "cordova-fetch": "1.1.0",
+    "cordova-js": "4.2.2-dev",
     "cordova-serve": "^1.0.0",
     "dep-graph": "1.1.0",
     "elementtree": "0.1.6",


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