Skip to content

Commit

Permalink
v3.1.0 released
Browse files Browse the repository at this point in the history
  • Loading branch information
Maizify committed Dec 27, 2017
1 parent 6cfe86f commit bde780a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
English | [简体中文](./CHANGELOG_CN.md)

#### V3.1.0-dev (2017-12-xx)
#### V3.1.0-dev (2017-12-27)

- [FEATURE] Add `vConsole.showSwitch()` and `vConsole.hideSwitch()` methods, see [Public Properties & Methods](./doc/public_properties_methods.md).
- [FEATURE] Add `onReady` and `onClearLog` callback function to `vConsole.option`.
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG_CN.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[English](./CHANGELOG.md) | 简体中文

#### V3.1.0-dev (2017-12-xx)
#### V3.1.0-dev (2017-12-27)

- 【特性】新增 `vConsole.showSwitch()``vConsole.hideSwitch()` 方法,请查阅[公共属性及方法](./doc/public_properties_methods_CN.md)
- 【特性】新增 `onReady``onClearLog` 回调方法,位于 `vConsole.option`
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.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vconsole",
"version": "3.1.0-dev",
"version": "3.1.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 bde780a

Please sign in to comment.