Skip to content

Commit

Permalink
v3.3.0 released
Browse files Browse the repository at this point in the history
  • Loading branch information
Maiz committed Feb 2, 2019
1 parent 0952e6e commit 3ea372a
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
English | [简体中文](./CHANGELOG_CN.md)

#### V3.3.0 (2019-xx-xx)
#### V3.3.0 (2019-02-02)

- [FEATURE] Add the ability to collapse the same log.
- [FIX] Fix issue which formatted log (like `console.log('[foo]', 'bar')`) will not display in Log tab.


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

#### V3.3.0 (2019-xx-xx)
#### V3.3.0 (2019-02-02)

- 【特效】新增自动合并相同日志的能力。频繁输出相同日志时不再会被刷屏。
- 【修复】修复格式化日志(如 `console.log('[foo]', 'bar')`)无法显示到 Log 面板的问题。


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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vconsole",
"version": "3.3.0-dev",
"version": "3.3.0",
"description": "A lightweight, extendable front-end developer tool for mobile web page.",
"homepage": "https://github.com/Tencent/vConsole",
"main": "dist/vconsole.min.js",
Expand Down

0 comments on commit 3ea372a

Please sign in to comment.