Cordova Plugman 3.0.0 版本發佈!
2019 年 3 月 22 日
我們很高興地宣佈,我們剛剛發佈了 plugman 3.0.0
! Plugman 是一個命令列工具,我們提供此工具以在以平台為中心的開發流程中安裝和卸載外掛。
升級方式
npm uninstall -g plugman
npm install -g plugman@3.0.0
版本重點
除了各種改進和修復之外,此版本還移除了 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 使用原生 Promises 取代
Q
- GH-93 程式碼重構和清理
- GH-91 停止支援 Node.js < 6