Tools Released!
18 Dec 2017
We just released an update to our tools!
- cordova@8.0.0
- cordova-lib@8.0.0
- cordova-plugman@2.0.0
- cordova-fetch@1.3.0
- cordova-common@2.2.1
- cordova-create@1.1.2
Release Highlights
- CB-13056: removed support for WebOS, BlackBerry10, and Ubuntu
- CB-13057: removed
cordova savecommand. This command isn't needed as cordova auto saves dependencies. - CB-13055: removed
--nofetchflag. Now all of our dependency fetching happens viacordova-fetch. This allowed us to drop thenpm@2dependency we were shipping with cordova. Instead, we now just use your systemnpmto do all of our fetching.
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-13057: removed
cordova savecommand - CB-13056: removed support for WebOS, BlackBerry10, and Ubuntu
- CB-13674: updated cordova dependencies
- CB-13055: updated integration tests, removed
lazy_load.js, removedgitclone.jsand--nofetchflag. This removes the need for us to include an npm dependency. - CB-13463: prevent
package.jsonupdating plugins with--nosave
cordova-cli
- CB-13055: removed
--nofetchflag - Use native Promises instead of
Q - CB-12853: re-check version before notifying.
cordova-plugman
- CB-13674: updated
cordova-libdependency to8.0.0 - CB-12762: pointed
package.jsonrepo items to github mirrors instead of apache repos site (#89)
cordova-fetch
- CB-13055: added workaround for when
jsonDiffhas more than one different key. - Support git shortlink package references
cordova-common
- CB-13674: updated dependencies
cordova-create
- CB-12807: updated error message to follow the template guide
