UNPKG

3.51 kBMarkdownView Raw
1English | [简体中文](./CHANGELOG_CN.md)
2
3#### V2.4.0 (2016-08-31)
4
5- [FEATURE] Add `addTopBar` plugin event, see [Plugin: Event List](./doc/plugin_event_list.md).
6- [FEATURE] Add log type filter to Log & System tab.
7- [IMPROVE] Log list will not automatically scroll to bottom while printing new logs if the viewport is not at the end of list.
8- [IMPROVE] Fix UI bugs.
9- [FIX] Fix XSS issue when print object logs.
10- [FIX] Switch button will not be positioned out of edges in some special cases.
11
12
13#### V2.3.1 (2016-08-16)
14
15- [FIX] Replace custom `tap` event (in V2.3.0) with `click` event (still support fast response) to prevent conflicts.
16- [IMPROVE] Remove `now` item and add `navigationStart` time in System tab.
17
18
19#### V2.3.0 (2016-08-15)
20
21- [FEATURE] Objects or Arrays can be expended layer by layer.
22- [FEATURE] All object's properties, including private properties, can be enumerable now.
23- [IMPROVE] Support `tap` event within vConsole's DOM container to speed up `click` event.
24
25
26#### V2.2.1 (2016-08-08)
27
28- [IMPROVE] Add complete performance timing log to System tab.
29- [ADD] Add third-party plugin list to README.
30
31
32#### V2.2.0 (2016-07-13)
33
34- [FEATURE] Add `vConsole.version` property.
35- [FEATURE] Add `xhr._noVConsole` property to `XMLHttpRequest` objects to customize whether a XHR should display in Network tab.
36
37
38#### V2.1.0 (2016-06-29)
39
40- [FEATURE] Add `vConsole.tool` & `vConsole.$` helper functions, see [Helper Functions](./doc/helper_functions.md).
41- [FEATURE] Public properties & methods of vConsole are available, see [Public Properties & Methods](./doc/public_properties_methods.md).
42- [FIX] Fix issue that `error` in `window.onerror()` may be undefined.
43- [FIX] Fix error that `xhr.status` may be unavailable when `xhr.readyState < 4`.
44
45
46#### v2.0.1 (2016-06-16)
47
48- [FIX] Fix error that vConsole may not work at X5 browser engine.
49- [FIX] Fix error that `localStorage` is null in some kind of devices.
50- [FIX] Fix boolean display error in Log tab.
51- [IMPROVE] Improve UI in Android.
52
53
54#### v2.0.0 (2016-06-05)
55
56- [FEATURE] Rebuild completely, support custom plugin, see [Plugin: Getting Started](./doc/plugin_getting_started.md).
57- [FEATURE] Support execute JS command line in Log tab.
58- [FEATURE] Support circular structure object in Log and System tab.
59- [FEATURE] Support viewing request headers and response in Network tab.
60- [IMPROVE] Switch button will not be dragged out of screen.
61- [IMPROVE] Auto print User Agent in System tab.
62- [IMPROVE] Show log's time in Log and System tab.
63- [FIX] Fix issue that getDate() returns a wrong date.
64- [FIX] Fix issue that sync AJAX becomes async AJAX.
65
66
67
68# v1.x.x
69
70#### v1.3.0 (2016-05-20)
71
72- [ADD] Support Drag and Drop switch button.
73- [FIX] Fix initialization failure when loaded asynchronously.
74
75
76#### v1.2.1 (2016-05-16)
77
78- [FIX] Fix data lost when sending a POST request.
79
80
81#### v1.2.0 (2016-05-11)
82
83- [ADD] Add network panel.
84- [DELELE] Deprecate `vConsole.ready()` method.
85- [IMPROVE] Display formatted Object & Array variable.
86- [IMPROVE] Add English README and CHANGELOG.
87- [IMPROVE] Improve UI.
88
89
90#### v1.1.0 (2016-05-06)
91
92- [ADD] Support `window.onerror()` to catch exceptions and errors.
93- [ADD] Support `[default|system|...]` string to print logs to specific panel.
94
95
96#### v1.0.5 (2016-04-29)
97
98- [FIX] Fix webpack compilation.
99- [FIX] Fix XSS when printing HTML string.
100
101
102#### v1.0.4 (2016-04-28)
103
104- [FIX] Fix the `main` path in `package.json`.
105- [IMPROVE] Update demo pages.
106
107
108#### v1.0.2 (2016-04-27)
109
110- Initial release.
\No newline at end of file