You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2017/12/19 19:22:57 UTC

[GitHub] stevengill closed pull request #777: added tools release blog post

stevengill closed pull request #777: added tools release blog post
URL: https://github.com/apache/cordova-docs/pull/777
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/www/_posts/2017-12-18-tools-release.md b/www/_posts/2017-12-18-tools-release.md
new file mode 100644
index 000000000..2825d3b36
--- /dev/null
+++ b/www/_posts/2017-12-18-tools-release.md
@@ -0,0 +1,65 @@
+---
+layout: post
+author:
+    name: Steve Gill
+    url: https://twitter.com/stevesgill
+title:  "Tools Released!"
+categories: news
+tags: release tools
+---
+
+We just released an update to our tools!
+
+* [cordova@8.0.0](https://www.npmjs.org/package/cordova)
+* [cordova-lib@8.0.0](https://www.npmjs.org/package/cordova-lib)
+* [cordova-plugman@2.0.0](https://www.npmjs.org/package/plugman)
+* [cordova-fetch@1.3.0](https://www.npmjs.org/package/cordova-fetch)
+* [cordova-common@2.2.1](https://www.npmjs.org/package/cordova-common)
+* [cordova-create@1.1.2](https://www.npmjs.org/package/cordova-create)
+
+## Release Highlights
+
+* [CB-13056](https://issues.apache.org/jira/browse/CB-13056): removed support for **WebOS**, **BlackBerry10**, and **Ubuntu**
+* [CB-13057](https://issues.apache.org/jira/browse/CB-13057): removed `cordova save` command. This command isn't needed as cordova auto saves dependencies.
+* [CB-13055](https://issues.apache.org/jira/browse/CB-13055): removed `--nofetch` flag. Now all of our dependency fetching happens via `cordova-fetch`. This allowed us to drop the `npm@2` dependency we were shipping with cordova. Instead, we now just use your system `npm` to do all of our fetching. 
+
+To update your cordova CLI:
+
+    npm install -g cordova@latest
+
+Please report any issues you find at [issues.cordova.io](http://issues.cordova.io/)!
+
+<!--more-->
+# Changes include:
+
+## cordova-lib
+
+* [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-13463](https://issues.apache.org/jira/browse/CB-13463): prevent `package.json` updating plugins with `--nosave`
+
+## cordova-cli
+
+* [CB-13055](https://issues.apache.org/jira/browse/CB-13055): removed `--nofetch` flag
+* Use native Promises instead of `Q`
+* [CB-12853](https://issues.apache.org/jira/browse/CB-12853): re-check version before notifying.
+
+## cordova-plugman
+
+* [CB-13674](https://issues.apache.org/jira/browse/CB-13674): updated `cordova-lib` dependency to `8.0.0`
+* [CB-12762](https://issues.apache.org/jira/browse/CB-12762): pointed `package.json` repo items to github mirrors instead of apache repos site (#89)
+
+## cordova-fetch
+
+* [CB-13055](https://issues.apache.org/jira/browse/CB-13055): added workaround for when `jsonDiff` has more than one different key. 
+* Support git shortlink package references
+
+## cordova-common
+
+* [CB-13674](https://issues.apache.org/jira/browse/CB-13674): updated dependencies
+
+## cordova-create
+
+* [CB-12807](https://issues.apache.org/jira/browse/CB-12807): updated error message to follow the template guide


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org