Tools Released!
23 Jan 2017
New updates of our tools are now available!
- cordova@6.5.0
- cordova-lib@6.5.0
- plugman@1.4.1
- cordova-js@4.2.1
- cordova-common@2.0.0
- cordova-create@1.0.2
- cordova-fetch@1.0.2
To update your cordova CLI:
npm install -g cordova@latest
Please report any issues you find at issues.cordova.io!
Changes include:
cordova-lib
- CB-12018: updated
jshint
and updatedjasmine
tests to work withjasmine
instead ofjasmine-node
- CB-12314: updated pinned
cordova-android
to6.1.1
- CB-12261: fix
subdirectories
deprecated warning always shows and stop fetch caused by CB-11979 - CB-12284: Include project root as additional root for static router
- CB-12088: Fix misleading warning when adding platform without
Api.js
cordova-cli
- CB-12018: updated tests to function with
jasmine
instead ofjasmine-node
plugman
- CB-12358: Updated
cordova-lib
dependency.
cordova-js
- CB-12358: updated deps for release
cordova-common
- CB-8978: Add
resource-file
parsing toconfig.xml
- CB-12018: updated
jshint
and updated tests to work withjasmine@2
instead ofjasmine-node
- CB-12163: Add reference
attrib
toresource-file
for Windows - Move windows-specific logic to
cordova-windows
- CB-12189: Add implementation attribute to framework
cordova-fetch
- CB-12358: updated cordova-common dep for cordova-fetch to 2.0.0
cordova-create
- change event from
warn
toverbose
- Add github pull request template