You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/01/10 07:00:45 UTC

[GitHub] erisu closed pull request #924: Jan 2019 Cordova Create 2.0.0 Release Blog Post

erisu closed pull request #924: Jan 2019 Cordova Create 2.0.0 Release Blog Post
URL: https://github.com/apache/cordova-docs/pull/924
 
 
   

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/2019-01-10-create-release-2.0.0.md b/www/_posts/2019-01-10-create-release-2.0.0.md
new file mode 100644
index 000000000..9e0125ef9
--- /dev/null
+++ b/www/_posts/2019-01-10-create-release-2.0.0.md
@@ -0,0 +1,32 @@
+---
+layout: post
+author:
+    name: Bryan Ellis
+title:  "Cordova Create 2.0.0 Released!"
+categories: news
+tags: release tools
+---
+
+We are happy to announce that we have just released an update to `cordova-create`! This is one of the libraries used behind-the-scenes for creating Cordova style projects and incudes support for Cordova templates.
+
+* [cordova-create@2.0.0](https://www.npmjs.com/package/cordova-create)
+
+## 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-36](https://github.com/apache/cordova-create/pull/36), [GH-38](https://github.com/apache/cordova-create/pull/38) Updated Cordova Package Dependencies (`cordova-common@^3.1.0`)
+* [GH-35](https://github.com/apache/cordova-create/pull/36), [GH-38](https://github.com/apache/cordova-create/pull/38) Updated External Package Dependencies
+* [GH-33](https://github.com/apache/cordova-create/pull/33) Drop `Q`, use native promises
+* [GH-28](https://github.com/apache/cordova-create/pull/28) Commit `package-lock.json`
+* [GH-20](https://github.com/apache/cordova-create/pull/20) Non-breaking cleanup & improvements
+* [GH-19](https://github.com/apache/cordova-create/pull/19) [CB-14140](https://issues.apache.org/jira/browse/CB-14140) Use `fs-extra` instead of `shelljs`
+* [GH-18](https://github.com/apache/cordova-create/pull/18) Drop support for reading from `.cordova/config.json`
+* [GH-15](https://github.com/apache/cordova-create/pull/15) Fix error messages for toExist matcher
+* [GH-13](https://github.com/apache/cordova-create/pull/13) Major code cleanup (Remove deadcode, cleanup, refactor, update dependencies, etc.)
+* [GH-12](https://github.com/apache/cordova-create/pull/12) Update node versions for CI and drop support for node 4
\ No newline at end of file


 

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

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