Skip to content

Commit

Permalink
merge from dev branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Maiz committed Jan 17, 2019
2 parents b306116 + 5bc5320 commit e15e54e
Show file tree
Hide file tree
Showing 9 changed files with 6,365 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"presets": [
[
"@babel/env",
"@babel/preset-env",
{
"modules": 'umd',
"modules": "umd",
"targets": {
"node": "8.9",
"ie": "9",
},
},
],
Expand Down
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
English | [简体中文](./CHANGELOG_CN.md)

#### V3.2.1 (2019-01-16)
#### V3.2.2 (2019-01-17)

- [FEATURE] Add console command prompt. (by @65147400)
- [FEATURE] Add SessionStorage support in Storage tab. (by @hkc452)
- [FIX] Fix `JSON.stringify` function which was incorrectly rewritten.
- [FIX] Fix `logNumber` bug which was not reset when clear logs. (by @liuyuekeng)
- [FIX] Fix unencoded HTML tag in Network tab. (by @mokang)
- [FIX] Fix possible crash when decode content in Storage tab. (by @wolfsilver)
- [FIX] Fix CSP buy cause by `nonce` attribute. (by @scotthuang)
- [IMPROVE] Add bottom safe area to adapt to full screen such as iPhone X. (by @dingyi1993)


Expand Down
4 changes: 3 additions & 1 deletion CHANGELOG_CN.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
[English](./CHANGELOG.md) | 简体中文

#### V3.2.1 (2019-01-16)
#### V3.2.2 (2019-01-17)

- 【特性】新增控制台输入提示。 (by @65147400)
- 【特性】支持 SessionStorage。 (by @hkc452)
- 【修复】修复 `JSON.stringify` 函数被错误地改写的问题。
- 【修复】修复清空日志时没有重置 `logNumber` 的问题。 (by @liuyuekeng)
- 【修复】修复 Network 面板中 HTML 标签未被 encode 的问题。 (by @mokang)
- 【修复】修复 Storage 面板 decode 内容时可能会导致崩溃的问题。 (by @wolfsilver)
- 【修复】修复 CSP 签名获取失败问题。 (by @scotthuang)
- 【优化】增加底部安全区域,适配 iPhone X 等全面屏。 (by @dingyi1993)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ A lightweight, extendable front-end developer tool for mobile web page.
- View console logs
- View network requests
- View document elements
- View Cookies and localStorages
- View Cookies, LocalStorage and SessionStorage
- Execute JS command manually
- Custom plugin

Expand Down
2 changes: 1 addition & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ vConsole
- 查看 console 日志
- 查看网络请求
- 查看页面 element 结构
- 查看 Cookies 和 localStorage
- 查看 Cookies、localStorageSessionStorage
- 手动执行 JS 命令行
- 自定义插件

Expand Down
4 changes: 2 additions & 2 deletions dist/vconsole.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit e15e54e

Please sign in to comment.