You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -100,8 +103,8 @@ English | [简体中文](./CHANGELOG_CN.md)
100
103
101
104
#### 3.5.0 (2021-04-28)
102
105
103
-
-`Feature(Log)` Add ability to copy a single line of logs. (by @akai)
104
-
-`Feature(Plugin)` New third-party plugin [vconsole-vue-devtools-plugin](https://github.com/Zippowxk/vue-vconsole-devtools). (by @Zippowxk)
106
+
-`Feat(Log)` Add ability to copy a single line of logs. (by @akai)
107
+
-`Feat(Plugin)` New third-party plugin [vconsole-vue-devtools-plugin](https://github.com/Zippowxk/vue-vconsole-devtools). (by @Zippowxk)
105
108
-`Perf(System)` Rename "System" field to "Client", and add `MacOS` version.
106
109
-`Fix(Log)` Use natural sorting to sort object and array's keys. (issue #372)
107
110
-`Fix(Network)` Fix JSON parse error when `contentType` is `text/html`. (by @zimv)
@@ -110,7 +113,7 @@ English | [简体中文](./CHANGELOG_CN.md)
110
113
111
114
#### V3.4.1 (2021-04-09)
112
115
113
-
-`Feature(Global)` Add `setSwitchPosition(x, y)` method to update the position of switch button, see [Public Properties & Methods](./doc/public_properties_methods.md) for more details.
116
+
-`Feat(Global)` Add `setSwitchPosition(x, y)` method to update the position of switch button, see [Public Properties & Methods](./doc/public_properties_methods.md) for more details.
-`Fix(Global)` Update theme style after `setOption()`.
116
119
-`Fix(Global)` Remove `transitionEnd` to prevent compatibility issues. (issue #364)
@@ -120,14 +123,14 @@ English | [简体中文](./CHANGELOG_CN.md)
120
123
121
124
#### V3.4.0 (2021-01-14)
122
125
123
-
-`Feature(Global)` Add darkmode theme, see `vConsole.option.theme` in [Public Properties & Methods](./doc/public_properties_methods.md). (PR #307 by @progrape)
124
-
-`Feature(Global)` Add safe area to switch button. (issue #353)
125
-
-`Feature(Log)` Auto move input cursor to the bracket after autocomplete command. (issue #293)
126
-
-`Feature(System)` Add `Location` info to System tab. (issue #343)
127
-
-`Feature(Network)` Add `fetch` log in Network tab. (by @weiqian93)
128
-
-`Feature(Network)` Add Request Headers to Network tab.
129
-
-`Feature(Network)` Use short URL and display parameters in Network tab. (issue #291)
130
-
-`Feature(Plugin)` New third-party plugin [vconsole-stats-plugin](https://github.com/smackgg/vConsole-Stats). (by @smackgg)
126
+
-`Feat(Global)` Add darkmode theme, see `vConsole.option.theme` in [Public Properties & Methods](./doc/public_properties_methods.md). (PR #307 by @progrape)
127
+
-`Feat(Global)` Add safe area to switch button. (issue #353)
128
+
-`Feat(Log)` Auto move input cursor to the bracket after autocomplete command. (issue #293)
129
+
-`Feat(System)` Add `Location` info to System tab. (issue #343)
130
+
-`Feat(Network)` Add `fetch` log in Network tab. (by @weiqian93)
131
+
-`Feat(Network)` Add Request Headers to Network tab.
132
+
-`Feat(Network)` Use short URL and display parameters in Network tab. (issue #291)
133
+
-`Feat(Plugin)` New third-party plugin [vconsole-stats-plugin](https://github.com/smackgg/vConsole-Stats). (by @smackgg)
131
134
-`Fix(Global)` The position of the switch button will be reset by mistake when clicked.
132
135
-`Fix(Global)` Fix `document.documentElement.offsetHeight|offsetWidth` is unreliable in newer browsers. (PR #314 by @littlee)
133
136
-`Fix(Global)` Prevent dispatchEvent for disabled or readOnly elements. (PR #314 by @norux)
@@ -141,31 +144,31 @@ English | [简体中文](./CHANGELOG_CN.md)
141
144
142
145
#### V3.3.4 (2019-08-19)
143
146
144
-
-`Feature(Log)` Add `%c` log format to support custom log style, see [Tutorial](./doc/tutorial.md) for more details.
145
-
-`Feature(Plugin)` Add `VConsole.VConsoleLogPlugin` (`VConsole.VConsole*` plugins etc.) to `VConsole` class.
147
+
-`Feat(Log)` Add `%c` log format to support custom log style, see [Tutorial](./doc/tutorial.md) for more details.
148
+
-`Feat(Plugin)` Add `VConsole.VConsoleLogPlugin` (`VConsole.VConsole*` plugins etc.) to `VConsole` class.
146
149
-`Fix(Global)` Fix a few minor issues. (#267 by @Molunerfinn, #272 by @domom)
147
150
-`Fix(Storage)` Fix remove cookie fail when it is set path=/ or top domain. (#264 by @qianxinfeng)
148
151
-`Perf(Global)` Display vConsole on `window DOMContentLoaded` instead of `window load`.
-`Feature` Add `vConsole.showSwitch()` and `vConsole.hideSwitch()` methods, see [Public Properties & Methods](./doc/public_properties_methods.md).
189
-
-`Feature` Add `onReady` and `onClearLog` callback function to `vConsole.option`.
190
-
-`Feature` Auto clear logs when `console.clear()` is called.
191
+
-`Feat` Add `vConsole.showSwitch()` and `vConsole.hideSwitch()` methods, see [Public Properties & Methods](./doc/public_properties_methods.md).
192
+
-`Feat` Add `onReady` and `onClearLog` callback function to `vConsole.option`.
193
+
-`Feat` Auto clear logs when `console.clear()` is called.
191
194
-`Fix` Fix `\r` error when build in Windows.
192
195
-`Fix` Fix `Symbol` error in iOS8 or other old OS.
193
196
@@ -196,31 +199,31 @@ English | [简体中文](./CHANGELOG_CN.md)
196
199
197
200
Basic:
198
201
199
-
-`Feature` Require manual init vConsole `var vConsole = new VConsole(option)`.
200
-
-`Feature` Add configuaration `vConsole.option`, which can be set when `new VConsole` or `setOption(key, value)`.
201
-
-`Feature` Support for custom loading of default built-in plugins by using `defaultPlugins` in the above option.
202
-
-`Feature` Add `setOption(key, value)` method.
202
+
-`Feat` Require manual init vConsole `var vConsole = new VConsole(option)`.
203
+
-`Feat` Add configuaration `vConsole.option`, which can be set when `new VConsole` or `setOption(key, value)`.
204
+
-`Feat` Support for custom loading of default built-in plugins by using `defaultPlugins` in the above option.
205
+
-`Feat` Add `setOption(key, value)` method.
203
206
-`Perf` Support CSP rule `unsafe-eval` and `unsafe-inline`.
204
207
-`Perf` Optimize `font-size` when `initial-scale < 1`.
205
208
206
209
Log plugin:
207
210
208
-
-`Feature` Support `maxLogNumber` option to limit maximum log number.
211
+
-`Feat` Support `maxLogNumber` option to limit maximum log number.
209
212
-`Fix` Fix the crash caused by printing large objects.
210
213
-`Perf` Only the logs written as `console.log('[system]', xxx)` will be shown in System tab, so `console.log('[system] xxx')` will be shown in default log tab.
211
214
212
215
Network plugin:
213
216
214
-
-`Feature` Support `Query String Parameters` and `Form Data`.
217
+
-`Feat` Support `Query String Parameters` and `Form Data`.
215
218
-`Perf` Auto format JSON response.
216
219
-`Fix` Fix bug that XHR status is always "Pending" when using 3rd HTTP libraries.
217
220
218
221
Plugins:
219
222
220
-
-`Feature` Plugins can get vConsole instance by `this.vConsole` on/after `init` event is called.
221
-
-`Feature` Add `updateOption` event to detect `vConsole.option` changes.
222
-
-`Feature` Add Element tab as a built-in plugin.
223
-
-`Feature` Add Storage tab as a built-in plugin.
223
+
-`Feat` Plugins can get vConsole instance by `this.vConsole` on/after `init` event is called.
224
+
-`Feat` Add `updateOption` event to detect `vConsole.option` changes.
225
+
-`Feat` Add Element tab as a built-in plugin.
226
+
-`Feat` Add Storage tab as a built-in plugin.
224
227
225
228
226
229
@@ -240,16 +243,16 @@ Plugins:
240
243
241
244
#### V2.5.0 (2016-09-28)
242
245
243
-
-`Feature` Add `vConsole.removePlugin()` method, see [Public Properties & Methods](./doc/public_properties_methods.md).
244
-
-`Feature` Add `remove` plugin event, see [Plugin: Event List](./doc/plugin_event_list.md).
246
+
-`Feat` Add `vConsole.removePlugin()` method, see [Public Properties & Methods](./doc/public_properties_methods.md).
247
+
-`Feat` Add `remove` plugin event, see [Plugin: Event List](./doc/plugin_event_list.md).
245
248
-`Perf` Disable page scrolling while vConsole is scrolling.
246
249
-`Fix` Fix `window.onerror()` typo.
247
250
248
251
249
252
#### V2.4.0 (2016-08-31)
250
253
251
-
-`Feature` Add `addTopBar` plugin event, see [Plugin: Event List](./doc/plugin_event_list.md).
252
-
-`Feature` Add log type filter to Log & System tab.
254
+
-`Feat` Add `addTopBar` plugin event, see [Plugin: Event List](./doc/plugin_event_list.md).
255
+
-`Feat` Add log type filter to Log & System tab.
253
256
-`Perf` Log list will not automatically scroll to bottom while printing new logs if the viewport is not at the end of list.
254
257
-`Perf` Fix UI bugs.
255
258
-`Fix` Fix XSS issue when print object logs.
@@ -264,27 +267,27 @@ Plugins:
264
267
265
268
#### V2.3.0 (2016-08-15)
266
269
267
-
-`Feature` Objects or Arrays can be expended layer by layer.
268
-
-`Feature` All object's properties, including private properties, can be enumerable now.
270
+
-`Feat` Objects or Arrays can be expended layer by layer.
271
+
-`Feat` All object's properties, including private properties, can be enumerable now.
269
272
-`Perf` Support `tap` event within vConsole's DOM container to speed up `click` event.
270
273
271
274
272
275
#### V2.2.1 (2016-08-08)
273
276
274
277
-`Perf` Add complete performance timing log to System tab.
275
-
-`Feature` Add third-party plugin list to README.
278
+
-`Feat` Add third-party plugin list to README.
276
279
277
280
278
281
#### V2.2.0 (2016-07-13)
279
282
280
-
-`Feature` Add `vConsole.version` property.
281
-
-`Feature` Add `xhr._noVConsole` property to `XMLHttpRequest` objects to customize whether a XHR should display in Network tab.
283
+
-`Feat` Add `vConsole.version` property.
284
+
-`Feat` Add `xhr._noVConsole` property to `XMLHttpRequest` objects to customize whether a XHR should display in Network tab.
282
285
283
286
284
287
#### V2.1.0 (2016-06-29)
285
288
286
-
-`Feature` Add `vConsole.tool` & `vConsole.$` helper functions, see [Helper Functions](./doc/helper_functions.md).
287
-
-`Feature` Public properties & methods of vConsole are available, see [Public Properties & Methods](./doc/public_properties_methods.md).
289
+
-`Feat` Add `vConsole.tool` & `vConsole.$` helper functions, see [Helper Functions](./doc/helper_functions.md).
290
+
-`Feat` Public properties & methods of vConsole are available, see [Public Properties & Methods](./doc/public_properties_methods.md).
288
291
-`Fix` Fix issue that `error` in `window.onerror()` may be undefined.
289
292
-`Fix` Fix error that `xhr.status` may be unavailable when `xhr.readyState < 4`.
290
293
@@ -299,10 +302,10 @@ Plugins:
299
302
300
303
#### v2.0.0 (2016-06-05)
301
304
302
-
-`Feature` Rebuild completely, support custom plugin, see [Plugin: Getting Started](./doc/plugin_getting_started.md).
303
-
-`Feature` Support execute JS command line in Log tab.
304
-
-`Feature` Support circular structure object in Log and System tab.
305
-
-`Feature` Support viewing request headers and response in Network tab.
305
+
-`Feat` Rebuild completely, support custom plugin, see [Plugin: Getting Started](./doc/plugin_getting_started.md).
306
+
-`Feat` Support execute JS command line in Log tab.
307
+
-`Feat` Support circular structure object in Log and System tab.
308
+
-`Feat` Support viewing request headers and response in Network tab.
306
309
-`Perf` Switch button will not be dragged out of screen.
307
310
-`Perf` Auto print User Agent in System tab.
308
311
-`Perf` Show log's time in Log and System tab.
@@ -315,7 +318,7 @@ Plugins:
315
318
316
319
#### v1.3.0 (2016-05-20)
317
320
318
-
-`Feature` Support Drag and Drop switch button.
321
+
-`Feat` Support Drag and Drop switch button.
319
322
-`Fix` Fix initialization failure when loaded asynchronously.
0 commit comments