Release 3.3.4
EN:
- [FEATURE] Add
%clog format to support custom log style, see Tutorial for more details. - [FEATURE] Add
VConsole.VConsoleLogPlugin(VConsole.VConsole*plugins etc.) toVConsoleclass. - [IMPROVE] Display vConsole on
window DOMContentLoadedinstead ofwindow load. - [FIX] Fix remove cookie fail when it is set path=/ or top domain. (#264 by @qianxinfeng)
- [FIX] Fix a few minor issues. (#267 by @Molunerfinn, #272 by @domom)
CN:
- 【特性】增加
%c以支持自定义日志样式,详情见 使用教程。 - 【特性】增加
VConsole.VConsoleLogPlugin等VConsole.VConsole*内置插件在VConsoleclass 上的挂载。 - 【优化】在
window DOMContentLoaded而不是window load时显示 vConsole。 - 【修复】修复当 cookie
path=/或设置了domain时删除失败的问题。(#264 by @qianxinfeng) - 【修复】修复若干小问题。(#267 by @Molunerfinn, #272 by @domom)