Cordova Plugman 3.0.0 发布!
2019年3月22日
我们很高兴地宣布,我们刚刚发布了 plugman 3.0.0
!Plugman 是一个命令行工具,我们提供它来在以平台为中心的工作流程中安装和卸载插件。
升级方法
npm uninstall -g plugman
npm install -g [email protected]
版本亮点
除了各种改进和修复之外,此版本还删除了 browserify
和 fetch
选项。
由于 NodeJS 4.x 支持已于 2018 年 4 月 30 日被 NodeJS 团队放弃,因此我们将此版本所需的最低 NodeJS 版本提高到 6.x。
请在 issues.cordova.io 报告您发现的任何问题!
更改包括
- GH-108 Cordova Plugman 发布准备 (Cordova 9)
- 已升级的依赖项
cordova-lib@^9.0.0
nopt@^4.0.1
- 已升级的开发依赖项
jasmine@^3.3.1
eslint-plugin-standard@^4.0.0
eslint-plugin-promise@^4.0.1
eslint-plugin-node@^8.0.1
eslint-plugin-import@^2.16.0
eslint-config-standard@^12.0.0
eslint-config-semistandard@^13.0.0
eslint@^5.15.3
- 更新以支持 nopt@^4.0.1
- 已升级的依赖项
- GH-96 删除
fetch
选项 - GH-95 删除
browserify
选项 - GH-94 CB-14164 使用原生 Promise 代替
Q
- GH-93 代码重构和清理
- GH-91 放弃对 Node.js < 6 的支持