You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by br...@apache.org on 2018/06/26 14:24:08 UTC

[cordova-docs] branch master updated: CB-14152 add cordova-js@4.2.4 blog post

This is an automated email from the ASF dual-hosted git repository.

brodybits pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new 9dd53f0  CB-14152 add cordova-js@4.2.4 blog post
9dd53f0 is described below

commit 9dd53f086fc3f8a28338eb4c0537fa02d938259b
Author: Christopher J. Brody <ch...@gmail.com>
AuthorDate: Tue Jun 26 09:56:50 2018 -0400

    CB-14152 add cordova-js@4.2.4 blog post
---
 www/_posts/2018-06-26-cordova-js-release-4.2.4.md | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/www/_posts/2018-06-26-cordova-js-release-4.2.4.md b/www/_posts/2018-06-26-cordova-js-release-4.2.4.md
new file mode 100644
index 0000000..fbdcdd6
--- /dev/null
+++ b/www/_posts/2018-06-26-cordova-js-release-4.2.4.md
@@ -0,0 +1,20 @@
+---
+layout: post
+author:
+    name: Chris Brody
+    url: https://twitter.com/brodybits
+title:  "Cordova-JS release"
+categories: news
+tags: release tools
+---
+
+We are happy to announce that `cordova-js 4.2.4` has been released. This is the source of the JavaScript code in `cordova.js` used in each of the Cordova platform implementations.
+
+## Release Highlights
+
+The purpose of this release is to include a recent logging update with internal `npm audit` messages resolved in the package build. Here are the major changes:
+
+* [CB-9366](https://issues.apache.org/jira/browse/CB-9366) log `error.stack` data
+* [CB-14145](https://issues.apache.org/jira/browse/CB-14145) `package.json` resolve `npm audit` warnings in `devDependencies` (for build and test scripts)
+* [CB-14155](https://issues.apache.org/jira/browse/CB-14155) fix btest build target (by using `express` instead of `connect` in `devDependencies`)
+* Other internal test fixes


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