You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by er...@apache.org on 2019/01/17 07:20:20 UTC

[cordova-docs] branch master updated: Jan 2019 Cordova Node Xcode 2.0.0 Release Blog Post (#926)

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

erisu 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 776de56  Jan 2019 Cordova Node Xcode 2.0.0 Release Blog Post (#926)
776de56 is described below

commit 776de56c87d413c5a17483d47c81d2574a449baa
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Thu Jan 17 16:20:15 2019 +0900

    Jan 2019 Cordova Node Xcode 2.0.0 Release Blog Post (#926)
---
 www/_posts/2019-01-17-xcode-release-2.0.0.md | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/www/_posts/2019-01-17-xcode-release-2.0.0.md b/www/_posts/2019-01-17-xcode-release-2.0.0.md
new file mode 100644
index 0000000..b08affb
--- /dev/null
+++ b/www/_posts/2019-01-17-xcode-release-2.0.0.md
@@ -0,0 +1,25 @@
+---
+layout: post
+author:
+    name: Bryan Ellis
+title:  "Cordova Node Xcode 2.0.0 Released!"
+categories: news
+tags: release tools
+---
+
+We are happy to announce that we have just released an update to `cordova-node-xcode`! This is one of the libraries used behind-the-scenes for parsing, editing, and writing xcodeproj project files.
+
+* [cordova-node-xcode@2.0.0](https://www.npmjs.com/package/xcode)
+
+## Release Highlights
+
+As NodeJS 4.x support has been dropped by the NodeJS team on April 30th, 2018, we have raised the minimum required NodeJS version for this release to 6.x.
+
+Please report any issues you find at [issues.cordova.io](http://issues.cordova.io/)!
+
+<!--more-->
+# Changes include:
+
+* [GH-14](https://github.com/apache/cordova-node-xcode/pull/14) Updated to use ECMAScript 2015 Object.assign.
+* [GH-30](https://github.com/apache/cordova-node-xcode/pull/30) fix: simple-plist@1 update in dependencies
+* [GH-29](https://github.com/apache/cordova-node-xcode/pull/29) drop support for Node.js pre-6.0


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