janpio closed pull request #921: blog post for Cordova node xcode 1.1.0 release URL: https://github.com/apache/cordova-docs/pull/921
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-12-21-xcode-1.1.0.md b/www/_posts/2018-12-21-xcode-1.1.0.md new file mode 100644 index 000000000..7457d5380 --- /dev/null +++ b/www/_posts/2018-12-21-xcode-1.1.0.md @@ -0,0 +1,25 @@ +--- +layout: post +author: + name: Chris Brody + url: https://twitter.com/brodybits +title: "Cordova node xcode 8.1.2 Patch Release" +categories: news +tags: release tools +--- + +We are happy to announce that Cordova node xcode `1.1.0` version was released in December 2018. + +## Release Highlights + +The purpose of this patch release is to include the following updates: + +* feat: omit objects with empty values ([#24](https://github.com/apache/cordova-node-xcode/pull/24)) +* Resolve issue with `pbxFile` extension ([#31](https://github.com/apache/cordova-node-xcode/pull/31)) +* uuid@3 update ([#40](https://github.com/apache/cordova-node-xcode/pull/40)) +* move `pegjs` to `devDependencies` in `package.json` ([#10](https://github.com/apache/cordova-node-xcode/pull/10)) +* Fixed bug where comment is not removed on removing embedded frameworks. ([#5](https://github.com/apache/cordova-node-xcode/pull/5)) + +## 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 possibly the last release that will support Node.js 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]
