-->
# Cordova-lib Release Notes
+### 8.0.0 (Dec 14, 2017)
+* [CB-13057](https://issues.apache.org/jira/browse/CB-13057): removed `cordova save` command
+* [CB-13056](https://issues.apache.org/jira/browse/CB-13056): removed support for **WebOS**, **BlackBerry10**, and **Ubuntu**
+* [CB-13674](https://issues.apache.org/jira/browse/CB-13674): updated cordova dependencies
+* [CB-13055](https://issues.apache.org/jira/browse/CB-13055): updated integration tests, removed `lazy_load.js`, removed `gitclone.js` and `--nofetch` flag. This removes the need for us to include an npm dependency.
+* [CB-13532](https://issues.apache.org/jira/browse/CB-13532): updated to include a check for `package.json` `devDependencies`
+* [CB-12361](https://issues.apache.org/jira/browse/CB-12361): added unit tests for `check.js`
+* [CB-13501](https://issues.apache.org/jira/browse/CB-13501): added support for node 8 to tests
+* [CB-13463](https://issues.apache.org/jira/browse/CB-13463): prevent `package.json` updating plugins with `--nosave`
+
### 7.1.0 (Oct 04, 2017)
* [CB-13303](https://issues.apache.org/jira/browse/CB-13303) added `--save_exact`, `--production` flags
* [CB-13288](https://issues.apache.org/jira/browse/CB-13288) updated `index.js` and test to fix `cordova plugin search`
"name": "cordova-lib",
"license": "Apache-2.0",
"description": "Apache Cordova tools core lib and API",
- "version": "7.1.1-dev",
+ "version": "8.0.0",
"repository": {
"type": "git",
"url": "https://github.com/apache/cordova-lib"
"aliasify": "^2.1.0",
"cordova-common": "^2.2.0",
"cordova-create": "^1.1.0",
- "cordova-fetch": "^1.2.1",
+ "cordova-fetch": "^1.3.0",
"cordova-js": "^4.2.2",
"cordova-serve": "^2.0.0",
"dep-graph": "1.1.0",
"underscore": "1.8.3",
"unorm": "1.4.1",
"valid-identifier": "0.0.1",
- "xcode": "^0.9.0"
+ "xcode": "^1.0.0"
},
"devDependencies": {
"codecov": "^2.1.0",