Blog RSS Feed

Cordova Create 2.0.0 Released!
By: Bryan Ellis
10 Jan 2019

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.

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!

Changes include:

  • GH-36, GH-38 Updated Cordova Package Dependencies (cordova-common@^3.1.0)
  • GH-35, GH-38 Updated External Package Dependencies
  • GH-33 Drop Q, use native promises
  • GH-28 Commit package-lock.json
  • GH-20 Non-breaking cleanup & improvements
  • GH-19 CB-14140 Use fs-extra instead of shelljs
  • GH-18 Drop support for reading from .cordova/config.json
  • GH-15 Fix error messages for toExist matcher
  • GH-13 Major code cleanup (Remove deadcode, cleanup, refactor, update dependencies, etc.)
  • GH-12 Update node versions for CI and drop support for node 4