Cordova-Common@2.1.0 Released!
05 Sep 2017
We just released some changes to cordova-common
!
Release Highlights:
- Support added for
<config-file>
inconfig.xml
. allows-arbitrary-loads-for-media
attribute parsing added forgetAccesses
.- Added variable replacing the
framework
tag. JSON
uses 2 spaces for indentation.
Watch for this release to start rolling into upcoming platform and cordova-cli
releases.
Changes include:
cordova-common
- CB-13145 Added variable replacing the
framework
tag. - CB-13211 Added
allows-arbitrary-loads-for-media
attribute parsing forgetAccesses
. - CB-11968 Added support for
<config-file>
inconfig.xml
. - CB-12895 Set up
eslint
and removedjshint
. - CB-12785 Added
.gitignore
,travis
, andappveyor
support. - CB-12250 & CB-12409 iOS: Fixed bug with escaping properties from
plist
file. - CB-12762 Updated
common
,fetch
, andserve
pkgJson
to pointpkgJson
repo items to github mirrors. - CB-12766 Consistently write
JSON
with 2 spaces indentation.