You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2017/01/24 04:40:46 UTC

docs commit: CB-12358: added tools release blog post

Repository: cordova-docs
Updated Branches:
  refs/heads/master 4018342d3 -> b51fc232a


CB-12358: added tools release blog post


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/b51fc232
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/b51fc232
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/b51fc232

Branch: refs/heads/master
Commit: b51fc232a4a150deab0758a03e416dd0a01ca795
Parents: 4018342
Author: Steve Gill <st...@gmail.com>
Authored: Mon Jan 23 16:31:14 2017 -0800
Committer: Steve Gill <st...@gmail.com>
Committed: Mon Jan 23 17:53:24 2017 -0800

----------------------------------------------------------------------
 www/_posts/2017-01-23-tools-release.md | 65 +++++++++++++++++++++++++++++
 1 file changed, 65 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/b51fc232/www/_posts/2017-01-23-tools-release.md
----------------------------------------------------------------------
diff --git a/www/_posts/2017-01-23-tools-release.md b/www/_posts/2017-01-23-tools-release.md
new file mode 100644
index 0000000..2599179
--- /dev/null
+++ b/www/_posts/2017-01-23-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
+---
+
+New updates of our tools are now available!
+
+* [cordova@6.5.0](https://www.npmjs.org/package/cordova)
+* [cordova-lib@6.5.0](https://www.npmjs.org/package/cordova-lib)
+* [plugman@1.4.1](https://www.npmjs.com/package/plugman)
+* [cordova-js@4.2.1](https://www.npmjs.com/package/cordova-js)
+* [cordova-common@2.0.0](https://www.npmjs.com/package/cordova-common)
+* [cordova-create@1.0.2](https://www.npmjs.com/package/cordova-create)
+* [cordova-fetch@1.0.2](https://www.npmjs.com/package/cordova-fetch)
+
+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-12018](https://issues.apache.org/jira/browse/CB-12018): updated `jshint` and updated `jasmine` tests to work with `jasmine` instead of `jasmine-node`
+* [CB-12314](https://issues.apache.org/jira/browse/CB-12314): updated pinned `cordova-android` to `6.1.1`
+* [CB-12261](https://issues.apache.org/jira/browse/CB-12261): fix `subdirectories` deprecated warning always shows and stop fetch caused by [CB-11979](https://issues.apache.org/jira/browse/CB-11979)
+* [CB-12284](https://issues.apache.org/jira/browse/CB-12284): Include project root as additional root for static router
+* [CB-12088](https://issues.apache.org/jira/browse/CB-12088): Fix misleading warning when adding platform without `Api.js`
+
+## cordova-cli
+
+* [CB-12018](https://issues.apache.org/jira/browse/CB-12018): updated tests to function with `jasmine` instead of `jasmine-node`
+
+## plugman
+
+* [CB-12358](https://issues.apache.org/jira/browse/CB-12358): Updated `cordova-lib` dependency.
+
+## cordova-js
+
+* [CB-12358](https://issues.apache.org/jira/browse/CB-12358): updated deps for release
+
+## cordova-common
+
+* [CB-8978](https://issues.apache.org/jira/browse/CB-8978): Add `resource-file` parsing to `config.xml`
+* [CB-12018](https://issues.apache.org/jira/browse/CB-12018): updated `jshint` and updated tests to work with `jasmine@2` instead of `jasmine-node`
+* [CB-12163](https://issues.apache.org/jira/browse/CB-12163): Add reference `attrib` to `resource-file` for **Windows**
+* Move windows-specific logic to `cordova-windows`
+* [CB-12189](https://issues.apache.org/jira/browse/CB-12189): Add implementation attribute to framework
+
+## cordova-fetch
+
+* [CB-12358](https://issues.apache.org/jira/browse/cb-12358): updated cordova-common dep for cordova-fetch to 2.0.0
+
+## cordova-create
+
+* change event from `warn` to `verbose`
+* Add github pull request template


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