Changelog
v2.2.1 (2016-08-08)
Perf
Add complete performance timing log to System tab.Feat
Add third-party plugin list to README.Changelog
v2.2.0 (2016-07-13)
Feat
Add vConsole.version
property.Feat
Add xhr._noVConsole
property to XMLHttpRequest
objects to customize whether a XHR should display in Network tab.Changelog
v2.1.0 (2016-06-29)
Feat
Add vConsole.tool
& vConsole.$
helper functions, see Helper Functions.Feat
Public properties & methods of vConsole are available, see Public Properties & Methods.Fix
Fix issue that error
in window.onerror()
may be undefined.Fix
Fix error that xhr.status
may be unavailable when xhr.readyState < 4
.Changelog
v2.0.1 (2016-06-16)
Fix
Fix error that vConsole may not work at X5 browser engine.Fix
Fix error that localStorage
is null in some kind of devices.Fix
Fix boolean display error in Log tab.Perf
Improve UI in Android.Changelog
v2.0.0 (2016-06-05)
Feat
Rebuild completely, support custom plugin, see Plugin: Getting Started.Feat
Support execute JS command line in Log tab.Feat
Support circular structure object in Log and System tab.Feat
Support viewing request headers and response in Network tab.Perf
Switch button will not be dragged out of screen.Perf
Auto print User Agent in System tab.Perf
Show log's time in Log and System tab.Fix
Fix issue that getDate() returns a wrong date.Fix
Fix issue that sync AJAX becomes async AJAX.Changelog
v1.3.0 (2016-05-20)
Feat
Support Drag and Drop switch button.Fix
Fix initialization failure when loaded asynchronously.Changelog
v1.2.0 (2016-05-11)
Feat
Add network panel.Feat
Deprecate vConsole.ready()
method.Perf
Display formatted Object & Array variable.Perf
Add English README and CHANGELOG.Perf
Improve UI.Changelog
v1.1.0 (2016-05-06)
Feat
Support window.onerror()
to catch exceptions and errors.Feat
Support [default|system|...]
string to print logs to specific panel.