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 <[email protected]> Authored: Thu Oct 5 12:18:29 2017 -0700 Committer: Steve Gill <[email protected]> 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": "[email protected]" }, "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: [email protected] For additional commands, e-mail: [email protected]
