Repository: cordova-serve Updated Branches: refs/heads/master 446d68c09 -> 70ddb8ce2
CB-13214 Updated version and RELEASENOTES.md for release 2.0.0 Project: http://git-wip-us.apache.org/repos/asf/cordova-serve/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-serve/commit/4ad25894 Tree: http://git-wip-us.apache.org/repos/asf/cordova-serve/tree/4ad25894 Diff: http://git-wip-us.apache.org/repos/asf/cordova-serve/diff/4ad25894 Branch: refs/heads/master Commit: 4ad258947c0e347ad5c0f20d3b48e3125eb24111 Parents: 446d68c Author: Steve Gill <[email protected]> Authored: Thu Aug 24 14:44:19 2017 -0700 Committer: Steve Gill <[email protected]> Committed: Thu Aug 24 14:44:19 2017 -0700 ---------------------------------------------------------------------- RELEASENOTES.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-serve/blob/4ad25894/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index cbcd572..549a16f 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -20,6 +20,18 @@ --> # Cordova-serve Release Notes +### 2.0.0 (Aug 24, 2017) +* [CB-13188](https://issues.apache.org/jira/browse/CB-13188) set serve to use default system browser if none is provided. +* Change to `eslint` instead of `jshint` +* remove `q` dependence completely. Added `server.spec` +* added browser tests +* Convert `src/browser` to use Promise api +* Add License, Contributing, Notice, pr-template, ... +* [CB-12785](https://issues.apache.org/jira/browse/CB-12785) added travis and appveyor +* [CB-12762](https://issues.apache.org/jira/browse/CB-12762): updated common, fetch, and serve pkgJson to point pkgJson repo items to github mirrors +* [CB-12665](https://issues.apache.org/jira/browse/CB-12665) removed enginestrict since it is deprecated +* [CB-11977](https://issues.apache.org/jira/browse/CB-11977): updated engines and enginescript for common, fetch, and serve + ### 1.0.1 (Jan 17, 2017) * [CB-12284](https://issues.apache.org/jira/browse/CB-12284) Include project root as additional root for static router * Some corrections and enhancements for cordova-serve readme. http://git-wip-us.apache.org/repos/asf/cordova-serve/blob/4ad25894/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index 9e7f29d..75f75f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-serve", - "version": "1.0.2-dev", + "version": "2.0.0", "description": "Apache Cordova server support for cordova-lib and cordova-browser.", "main": "src/main.js", "scripts": { --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
