You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by an...@apache.org on 2016/07/13 14:01:15 UTC

[2/4] cordova-lib git commit: CB-11569 Updated version and RELEASENOTES.md for cordova-fetch release 1.0.1

CB-11569 Updated version and RELEASENOTES.md for cordova-fetch release 1.0.1


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

Branch: refs/heads/6.3.x
Commit: 0d65e91451f63c60879e5189daf164583e949fc1
Parents: 9157140
Author: Vladimir Kotikov <v-...@microsoft.com>
Authored: Tue Jul 12 18:47:54 2016 +0300
Committer: Vladimir Kotikov <v-...@microsoft.com>
Committed: Wed Jul 13 16:57:48 2016 +0300

----------------------------------------------------------------------
 cordova-fetch/RELEASENOTES.md | 8 ++++++++
 cordova-fetch/package.json    | 4 ++--
 2 files changed, 10 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/0d65e914/cordova-fetch/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/cordova-fetch/RELEASENOTES.md b/cordova-fetch/RELEASENOTES.md
index e86e277..de1969f 100644
--- a/cordova-fetch/RELEASENOTES.md
+++ b/cordova-fetch/RELEASENOTES.md
@@ -20,6 +20,14 @@
 -->
 # Cordova-fetch Release Notes
 
+### 1.0.1 (Jul 12, 2016)
+* Fixed broken fetch tests
+* enhanced cordova-fetch to better handle multiple fetches via git urls
+* [CB-11252](https://issues.apache.org/jira/browse/CB-11252) Fix cordova-fetch tests
+* [CB-11252](https://issues.apache.org/jira/browse/CB-11252) minor fix to trimID function in cordova-fetch
+* [CB-11252](https://issues.apache.org/jira/browse/CB-11252) Fix cordova fetch for scoped packages
+* [CB-11252](https://issues.apache.org/jira/browse/CB-11252) added scoped package test to cordova-fetch
+
 ### 1.0.0 (May 12, 2016)
 * [CB-9858](https://issues.apache.org/jira/browse/CB-9858) Added jasmine tests
 * [CB-9858](https://issues.apache.org/jira/browse/CB-9858) Added `npm uninstall` method to cordova-fetch

http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/0d65e914/cordova-fetch/package.json
----------------------------------------------------------------------
diff --git a/cordova-fetch/package.json b/cordova-fetch/package.json
index 18ba93d..619198c 100644
--- a/cordova-fetch/package.json
+++ b/cordova-fetch/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-fetch",
-  "version": "1.0.1-dev",
+  "version": "1.0.1",
   "description": "Apache Cordova fetch module. Fetches from git and npm.",
   "main": "index.js",
   "repository": {
@@ -21,7 +21,7 @@
     "email": "dev@cordova.apache.org"
   },
   "dependencies": {
-    "cordova-common": "^1.3.0",
+    "cordova-common": "^1.4.0",
     "dependency-ls": "^1.0.0",
     "is-url": "^1.2.1",
     "q": "^1.4.1",


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