brodybits closed pull request #832: CB-14138: add [email protected] blog post URL: https://github.com/apache/cordova-docs/pull/832
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/2018-06-19-common-release-2.2.4.md b/www/_posts/2018-06-19-common-release-2.2.4.md new file mode 100644 index 000000000..ec4c35566 --- /dev/null +++ b/www/_posts/2018-06-19-common-release-2.2.4.md @@ -0,0 +1,22 @@ +--- +layout: post +author: + name: Chris Brody + url: https://twitter.com/brodybits +title: "Cordova-Common Release" +categories: news +tags: release tools +--- + +We are happy to announce that `cordova-common 2.2.4` has been released. This is one of the libraries used behind-the-scenes by nearly all of the Cordova tooling and provides utilities for dealing with things like config.xml parsing. + +## Release Highlights + +The purpose of this release is to resolve issues with dependencies on cordova-ios@4. Here are the major changes: + +* Revert change to use strip-bom package to strip BOM +* Revert change to update dependencies in package.json (needed to resolve issues with cordova-ios@4) but keep using plist@^3.0.1 to avoid `npm audit` issue + +## Deprecation Note + +As NodeJS 4.x support ended on April 30<sup>th</sup>, 2018, we are proceeding with our [previously announced](http://cordova.apache.org/news/2016/10/01/0.x-4.x-deprecation-timeline.html) deprecation timeline. This is probably the last release that will support NodeJS 4.x. ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
