CB-11260 Updated version and RELEASENOTES.md for cordova-lib release 6.2.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/d7f96b22 Tree: http://git-wip-us.apache.org/repos/asf/cordova-lib/tree/d7f96b22 Diff: http://git-wip-us.apache.org/repos/asf/cordova-lib/diff/d7f96b22 Branch: refs/heads/master Commit: d7f96b22784a950b8c021b973075c17acf07febc Parents: d392430 Author: Steve Gill <[email protected]> Authored: Thu May 12 17:47:30 2016 -0700 Committer: Steve Gill <[email protected]> Committed: Thu May 12 17:47:30 2016 -0700 ---------------------------------------------------------------------- cordova-lib/RELEASENOTES.md | 18 ++++++++++++++++++ cordova-lib/package.json | 5 +++-- 2 files changed, 21 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/d7f96b22/cordova-lib/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/cordova-lib/RELEASENOTES.md b/cordova-lib/RELEASENOTES.md index 3fbdcf7..098bdef 100644 --- a/cordova-lib/RELEASENOTES.md +++ b/cordova-lib/RELEASENOTES.md @@ -20,6 +20,24 @@ --> # Cordova-lib Release Notes +### 6.2.0 (May 12, 2016) +* CB-11259 Improving prepare and build logging +* Resolve npm run jshint failure due to npm/npm#10343 +* CB-11200 Bump `node-xcode` dependency and update tests to pass +* CB-11240 added `--fetch` support to `cordova prepare` +* CB-9858 merging initial `--fetch` work for plugin and platform fetching +* CB-11194 Improve cordova load time +* CB-11174 Resolve `symlinked` path before getting `PlatformApi` instance +* CB-11036 `args.slice is not a function` when building **Windows** with other platform +* CB-10761 Resore plugins saved without spec attribute +* CB-10981 Remove `cordova-common` from bundled dependencies +* CB-11042 Add cordova run option to skip prepare +* CB-11022 Respect result returned by plugin installation and skip prepare if it is truthy +* CB-10975 Allow plugin path to be relative to current directory +* CB-10986 Adding support for scoped npm package plugins +* CB-10770 Remove `cache-min` when adding platforms +* CB-10921 Emit warning in case of plugin restoration failure + ### 6.1.1 (Mar 29, 2016) * CB-10961 Error no such file or directory adding ios platform when plugins present or required * CB-10908 Reload the config.xml before writing the saved plugin http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/d7f96b22/cordova-lib/package.json ---------------------------------------------------------------------- diff --git a/cordova-lib/package.json b/cordova-lib/package.json index 49d77ed..25228c8 100644 --- a/cordova-lib/package.json +++ b/cordova-lib/package.json @@ -2,7 +2,7 @@ "author": "Apache Software Foundation", "name": "cordova-lib", "description": "Apache Cordova tools core lib and API", - "version": "6.2.0-dev", + "version": "6.2.0", "repository": { "type": "git", "url": "git://git-wip-us.apache.org/repos/asf/cordova-lib.git" @@ -19,7 +19,8 @@ "dependencies": { "aliasify": "^1.7.2", "cordova-app-hello-world": "3.10.0", - "cordova-common": "1.1.x", + "cordova-common": "1.3.x", + "cordova-fetch": "1.0.0", "cordova-js": "4.1.4", "cordova-registry-mapper": "1.x", "cordova-serve": "^1.0.0", --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
