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
jshintand updatedjasminetests to work withjasmineinstead ofjasmine-node - CB-12314: updated pinned
cordova-androidto6.1.1 - CB-12261: fix
subdirectoriesdeprecated 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
jasmineinstead ofjasmine-node
plugman
- CB-12358: Updated
cordova-libdependency.
cordova-js
- CB-12358: updated deps for release
cordova-common
- CB-8978: Add
resource-fileparsing toconfig.xml - CB-12018: updated
jshintand updated tests to work withjasmine@2instead ofjasmine-node - CB-12163: Add reference
attribtoresource-filefor 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
warntoverbose - Add github pull request template
