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/10/06 22:30:29 UTC

[1/2] cordova-fetch git commit: CB-13380 Updated version and RELEASENOTES.md for release 1.2.0

Repository: cordova-fetch
Updated Branches:
  refs/heads/master 64287eeac -> 4c27340a8


CB-13380 Updated version and RELEASENOTES.md for release 1.2.0


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

Branch: refs/heads/master
Commit: 522ed6593ebec5562f36859ba5812f46b576affe
Parents: 64287ee
Author: Steve Gill <st...@gmail.com>
Authored: Thu Oct 5 12:18:29 2017 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Fri Oct 6 15:16:45 2017 -0700

----------------------------------------------------------------------
 .ratignore      |  1 +
 RELEASENOTES.md | 12 ++++++++++++
 package.json    |  4 ++--
 3 files changed, 15 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-fetch/blob/522ed659/.ratignore
----------------------------------------------------------------------
diff --git a/.ratignore b/.ratignore
index 797ab11..d795f36 100644
--- a/.ratignore
+++ b/.ratignore
@@ -1,2 +1,3 @@
 jasmine.json
 testpkg.json
+appveyor.yml

http://git-wip-us.apache.org/repos/asf/cordova-fetch/blob/522ed659/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index a3c3b6e..6799c88 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,18 @@
 -->
 # Cordova-fetch Release Notes
 
+### 1.2.0 (Oct 04, 2017)
+* [CB-13353](https://issues.apache.org/jira/browse/CB-13353) added `saveexact` as an option and updated fetch test
+* CB-13308, [CB-13252](https://issues.apache.org/jira/browse/CB-13252) fix issue with plugins turning into symlinks on restore
+* [CB-13303](https://issues.apache.org/jira/browse/CB-13303) setting production flag to true by default during npm install
+* [CB-12895](https://issues.apache.org/jira/browse/CB-12895) setting up `eslint` and removing `jshint`
+* [CB-13010](https://issues.apache.org/jira/browse/CB-13010) Improve logic for searching packages which being installed from `git url`
+* [CB-11980](https://issues.apache.org/jira/browse/CB-11980) fixed incorrect `appveyor` image
+* [CB-12786](https://issues.apache.org/jira/browse/CB-12786) Improve logic for searching plugin id in case of module already exists in `node_modules`
+* [CB-12762](https://issues.apache.org/jira/browse/CB-12762) updated `packageJson` to github mirrors
+* [CB-12787](https://issues.apache.org/jira/browse/CB-12787) Fix plugin installation with `--link` option
+* [CB-12738](https://issues.apache.org/jira/browse/CB-12738) Cordova ignores plugin dependency version on **windows** platform
+
 ### 1.1.0 (May 02, 2017)
 * [CB-12665](https://issues.apache.org/jira/browse/CB-12665): removed `enginestrict` since it is deprecated
 * added support for dealing with local path targets

http://git-wip-us.apache.org/repos/asf/cordova-fetch/blob/522ed659/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index f82ad1b..d28a8aa 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-fetch",
-  "version": "1.1.1-dev",
+  "version": "1.2.0",
   "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": "2.0.3",
+    "cordova-common": "2.1.1",
     "dependency-ls": "^1.1.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


[2/2] cordova-fetch git commit: CB-13380 Incremented package version to -dev

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


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

Branch: refs/heads/master
Commit: 4c27340a8ff75ea321c5729b276d8a15752f6117
Parents: 522ed65
Author: Steve Gill <st...@gmail.com>
Authored: Fri Oct 6 15:28:29 2017 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Fri Oct 6 15:28:29 2017 -0700

----------------------------------------------------------------------
 RELEASENOTES.md | 2 +-
 package.json    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-fetch/blob/4c27340a/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 6799c88..8ddc65a 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -22,7 +22,7 @@
 
 ### 1.2.0 (Oct 04, 2017)
 * [CB-13353](https://issues.apache.org/jira/browse/CB-13353) added `saveexact` as an option and updated fetch test
-* CB-13308, [CB-13252](https://issues.apache.org/jira/browse/CB-13252) fix issue with plugins turning into symlinks on restore
+* [CB-13308](https://issues.apache.org/jira/browse/CB-13308), [CB-13252](https://issues.apache.org/jira/browse/CB-13252) fix issue with plugins turning into symlinks on restore
 * [CB-13303](https://issues.apache.org/jira/browse/CB-13303) setting production flag to true by default during npm install
 * [CB-12895](https://issues.apache.org/jira/browse/CB-12895) setting up `eslint` and removing `jshint`
 * [CB-13010](https://issues.apache.org/jira/browse/CB-13010) Improve logic for searching packages which being installed from `git url`

http://git-wip-us.apache.org/repos/asf/cordova-fetch/blob/4c27340a/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index d28a8aa..4f3f92b 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-fetch",
-  "version": "1.2.0",
+  "version": "1.2.1-dev",
   "description": "Apache Cordova fetch module. Fetches from git and npm.",
   "main": "index.js",
   "repository": {


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