This repository has been archived by the owner on Jun 3, 2021. It is now read-only.
Releases: apache/incubator-weex-cli
Releases · apache/incubator-weex-cli
v2.0.0-beta.27
Bugfix:
- bugfix(core): fix error when upgrade single module weexteam/weex-toolkit@170a4a8.
- bugfix(debug): support pages view can scroll #535.
- bugfix(cli): variable protected weexteam/weex-toolkit@4d4848c.
- bugfix(core): protected while registry be empty weexteam/weex-toolkit@75b0006.
- bugfix(debug): The qr code display is incomplete #540.
- bugfix(core): fix JSON.stringify circular structure issue #546.
Features:
- feat(core): show help message while catching vue mismatch issue weexteam/weex-toolkit@9e2a057.
- feat(compile): analyzer compile errors weexteam/weex-toolkit@121f690.
Others:
- workflow(script): add script to sync taobao npm origin weexteam/weex-toolkit@4562d54.
- workflow(debug): clean before re-compile weexteam/weex-toolkit@c0e9294.
v2.0.0-beta.24
Bugfix:
- bugfix(core): republish packages (close #526).
- bugfix(debug): fix logLevel setting (ref weexteam/debugger-tool-for-Apache-Weex#43).
- bugfix(core): protect variable (solve #527).
- bugfix(preview): lock vue and vue-template-compiler version to 2.5.21 (ref #516).
- bugfix(preview): lock vue and vue-template-compiler version to 2.5.21 (ref #516).
- bugfix(core): support 304 request (solve #527).
- bugfix(preview): fix unit test on preview frontend weexteam/weex-toolkit@c4af1d5.
- bugfix(core): show @weex-cli/core version weexteam/weex-toolkit@50b5af5.
- bugfix(core): change suggest request url (solve #527).
- bugfix(doctor): fix android sdk search logic weexteam/weex-toolkit@85c321d.
- bugfix(doctor): resolve #332.
- bugfix(cli): fix export path https://github.com/weexteam/weex-toolkit/pull/531.
- bugfix(core): fix error when upgrade a single module https://github.com/weexteam/weex-toolkit/pull/534.
- bugfix(plugin): add lib module (solve #533).
- bugfix(plugin): fix error while command run on windows (solve #533).
- bugfix(core): fix pluginDependencies install logic (solve #533).
- bugfix(compile): add postcss dependence cause the postcss-plugin-weex doesn't include it (solve apache/incubator-weex/issues/2315).
Features:
- feat(run): auto chooses while there has only one device (solve #528).
Others:
- workflow(test): fix unit test.
- workflow(test): support windows env setting.
v2.0.0-beta.15
Bugfixs:
- bugfix(run): modify help info (close #525).
- bugfix(build): fix tslint error.
- bugfix(core): support 304 http request (close #518).
- bugfix(run): don't use xcrun while run android command (close #521).
- bugfix(generator): hide error while the git user can't fetch (close #522).
- bugfix(core): add chromeOpn api.
- bugfix(plugin): add @weex-cli/generator to dependencies (close #513).
- bugfix(core): taobao mirror can work fine on first request (close #518).
- bugfix(core): change https queryurl to http (close #518).
- bugfix(core): add default registry (close #518).
- bugfix(core): fix env config, support npm environment config, such as
PUPPETEER_DOWNLOAD_HOST
.
Features:
- feat(core): remove template api.
- feat(core): support config.loadConfig api on contex.
- feat(debug): support scan pages on debug page (close #517).
Others:
- workflow(debug): add init scripts.
- workflow(debug): add all inspector source into package.
- workflow(cli): fix cli test.
- workflow(cli): change commit log reg.
- docs(gitpage): finish context api docs.
- docs(gitpage): add documents about the context api.
- docs(githubpage): hide navbar.
- docs(cli): update githubpage.
v2.0.0-beta.8
Features:
- feat(doctor): support fix vue mismatch issue. weexteam/weex-toolkit@6f06e67
- feat(core): add installer extension. weexteam/weex-toolkit@4a9fd2f
Bugfix:
- bugfix(doctor): fix update tips. weexteam/weex-toolkit@de3ea91
v2.0.0-beta.5
Bugfix:
- bugfix(debug): fix reload logic.
- bugfix(core): fixed weex-toolkit/issues/510.
v2.0.0-beta.3
Bugfix:
- bugfix(generator): Buffer is deprecated: since v10.0.0 weexteam/weex-toolkit@25ffa21.
- bugfix(core): fix windows unicode error weexteam/weex-toolkit@d748a40.
- bugfix(plugin): add dependencese weexteam/weex-toolkit@ecd5363.
Features:
- refactor(debug-server): add @weex-cli/debug-server module weexteam/weex-toolkit@117889a.
- feat(debug): support navigator fake weexteam/weex-toolkit@ba1b7a7.
v2.0.0-beta.2
Changes:
- bugfix(run): add pluginDependencies of @weex-cli/device apache/incubator-weex#2158.
v2.0.0-beta.0
Changes:
- feat(debug): support i18n #45270a.
- feat(debug): separate compilation and debugging functions #2b5b78.
- feat(debug): support use guidance #60e0c8.
- feat(core): support force option #a24937.
- bugfix(debug): fix inspector error #3a3e28.
- bugfix(debug): fix analyzer error #4e0e5a.
- bugfix(cli): fix the cli cannot be exit while open a child-process #fe7519.
- bugfix(compile): fix replace path logic on windows #bd949a.
- bugfix(core): fix install & update command #1bfc83.
- bugfix(compile): add css-loader #bc1919.
- bugfix(utils): modify import file into lowercase #bbf066.
- refactor(compile): use babel 6 instead #a0368e.
- perf(plugin): remove np module from all packages #3d28d2.
2.0.0-alpha.0
Changes:
- Flawless installation and upgrade experience.
- Better unit & functional testing support.
- Reasonable Node-side command line solution that can be used by all Node-side programs.
- Optimization for the submodules, such as
weex-debugger
,weexpack
and so on.
1.0.3 release
- a brand new toolkit release
- base on xtoolkit which can manager child command
- auto setup child command if need
- auto check the version of child command package and upgrade
- contains weexpack now
- a new weex compiler
- support vue2.0
- new preview page