layout: post author:
name: Chris Brody
url: https://twitter.com/brodybits
title: "Cordova-Common Release" categories: news
We are happy to announce that cordova-common 3.1.0
was released in January 2019. 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.
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!
The purpose of this release is to use real singleton objects as needed. Here are the major changes:
CordovaLogger
to singleton class (#53)Here are the major changes from the cordova-common 3.0.0
release which was not announced before:
PluginInfo.getPodSpecs
method (#48)config_munge
in ios.json
and android.json
(#24)plist_helpers
(#45)cordova-registry-mapper
dependency (#33)cross-spawn
for platform-independent spawning (#50)