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 13:50:48 UTC

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

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/22f94537
Tree: http://git-wip-us.apache.org/repos/asf/cordova-lib/tree/22f94537
Diff: http://git-wip-us.apache.org/repos/asf/cordova-lib/diff/22f94537

Branch: refs/heads/common-1.4.x
Commit: 22f94537d5cded183b3283cdc70f4a7b0b663965
Parents: 7dc690b
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:46:30 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/22f94537/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/22f94537/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