All notable changes to this project will be documented in this file.
- Support navigator fake.
- Add ping-pong heartbeat.
- Fix SSRF security issues.
- Fix remote code execution via node-simtcl module.
- Fix logLevel option.
- Support for WeexSDK v0.20.1.
- Remove useless babel config.
- Fix debug while first connected with android device.
- Protected envrionment variable.
- Support specify a unique id for communication channel.
- Support for weex playground app v0.19.0.
- Support url include '#'.
- Fix importscript error while the source response as text/plain.
- Remove unuseful worker while page reload.
- Fix JSService debugging.
- Fix
remoteDebug
not found bug.
- Fix sync callNative or callJS request queue.
- Re-use native log again.
- Fix weexteam/weex-toolkit/issues/439.
- Fix host search logic.
- Support for specifying channelid.
- Fix entry for calling debug api.
- Remove useless log message.
- Support Embed Component.
- Support RecycleList Component.
- Fix entry for calling debug api.
- Import Jsservice source util the WxEnvironment has been register.
- Fix compilation failure of the QRcode.
- Fix util function missing error.
- Upgrade chrome devtool to version 70.
- Fix entry error of version 1.0.28.
- Upgrade koa-router to 7.4.0, koa-websocket to 5.0.1, weex-builder to 0.4.0.
- Fix builder logic on debugger.
- Mock window.navigator for some environment judgement.
- Refactoring the server system.
- Formate source code.
- The worker file should not be compile by babel.
- Fix error of
can not find .xtoolkit/package.json file
.
- Fix the entry file of debugger command.
- Update tool version on frontend.
- Improve the debugging logic of weex in the sandbox debugging environment.
- Protect the parameters passed to native.
- Avoiding the structure of comments in the last line causes
}
to be annotated.
- Add mannul api expose for npm useage.
- Turning off display of client log information due to issue 408.
- Support for the weex v0.19.0.
- Remove the local reference to JS FRAMEWORK.
- Suprrot JS FRAMEWORK 0.26.0+.
- Fixed the application screencast.
- Fixed the filter of device log.
- Remove simulator debugger.
- Fixed issue https://github.com/weexteam/weex-toolkit/issues/265.
- Fixed weex-toolkit/issues/265
- Fixed weex-toolkit/issues/366
- Remove useless
callNative
log.
- Support debugger on muticontext.
- Remove useless log while using Js Debbug.
- Disable clearlog method on Runtime progress.
- Support debugger on weexSDK v0.18.+ (add sandbox feature).
- Fixed issues 355.
- Formate time for logger.
- Add 'content-type' for the http respense.
- Fix bug that playground app can't open remote url while using JSdebug, remove '?' while it is the last char.
- Add native log from
weex-devtool
into console.
- Rename
frontend/lib/App.js
toapp.js
.
- Fix jira issue
- Fix jira issue.
- Upgrade
puppeteer
tov1.0.0
version.
- Fix jira issue.
- Add iconfont support for frontend.
- Optimized interface display of debugger page.
- Remove useless source on
frontend/assets
.
- Fix less/sass etc loader compile error. commit/346f7c
- Set default compile mode to vue|we. commit/50f8bf
- Fix issue weex-toolkit/issues/277
- Fix issue weex-toolkit/issues/265.
- Fix wrong release version on the page.
- Support multi-terminal debugging mode, you can open multiple debugger services in the command line.
- Added weex performance analysis tools,only supports latest weex devtool sdk.
- Merge debug logs from debugger and inspector.
- Using the server headless provides weex execution environment.
- Support for simple i18n.
- Remove useless dependencise for weex compiling.
- Remove some useless tags of devtool.
- Upgrade
weex-builder
to support latest weex sdk. - More beautiful debugging interface and more simple interaction.
- Fix JSdebug environment initialization failed issue.
- Fix some models frequently disconnected problem.
- Fix the problem that playground debugging can not be hot updated,issue 100.