Repository: cordova-lib Updated Branches: refs/heads/common-1.1.x [created] d5b101e1b
CB-10626 Updated version and RELEASENOTES.md for cordova-common release 1.1.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/d5b101e1 Tree: http://git-wip-us.apache.org/repos/asf/cordova-lib/tree/d5b101e1 Diff: http://git-wip-us.apache.org/repos/asf/cordova-lib/diff/d5b101e1 Branch: refs/heads/common-1.1.x Commit: d5b101e1bdc89b638df4c462248563463c4c6c2a Parents: 990f2c6 Author: Vladimir Kotikov <[email protected]> Authored: Tue Feb 16 11:38:35 2016 +0300 Committer: Vladimir Kotikov <[email protected]> Committed: Tue Feb 16 12:47:19 2016 +0300 ---------------------------------------------------------------------- cordova-common/RELEASENOTES.md | 8 ++++++++ cordova-common/package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/d5b101e1/cordova-common/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/cordova-common/RELEASENOTES.md b/cordova-common/RELEASENOTES.md index 5a4cc51..e7db69c 100644 --- a/cordova-common/RELEASENOTES.md +++ b/cordova-common/RELEASENOTES.md @@ -20,6 +20,14 @@ --> # Cordova-common Release Notes +### 1.1.0 (Feb 16, 2016) +* CB-10482 Remove references to windows8 from cordova-lib/cli +* CB-10430 Adds forwardEvents method to easily connect two EventEmitters +* CB-10176 Adds CordovaLogger class, based on logger module from cordova-cli +* CB-10052 Expose child process' io streams via promise progress notification +* CB-10497 Prefer .bat over .cmd on windows platform +* CB-9984 Bumps plist version and fixes failing cordova-common test + ### 1.0.0 (Oct 29, 2015) * CB-9890 Documents cordova-common http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/d5b101e1/cordova-common/package.json ---------------------------------------------------------------------- diff --git a/cordova-common/package.json b/cordova-common/package.json index a9d9fc0..6c8a2d3 100644 --- a/cordova-common/package.json +++ b/cordova-common/package.json @@ -3,7 +3,7 @@ "name": "cordova-common", "description": "Apache Cordova tools and platforms shared routines", "license": "Apache-2.0", - "version": "1.1.0-dev", + "version": "1.1.0", "repository": { "type": "git", "url": "git://git-wip-us.apache.org/repos/asf/cordova-common.git" --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
