Skip to content

Release 3.3.4

Compare
Choose a tag to compare
@Maizify Maizify released this 19 Aug 08:32
· 549 commits to master since this release

EN:

  • [FEATURE] Add %c log format to support custom log style, see Tutorial for more details.
  • [FEATURE] Add VConsole.VConsoleLogPlugin (VConsole.VConsole* plugins etc.) to VConsole class.
  • [IMPROVE] Display vConsole on window DOMContentLoaded instead of window 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.VConsoleLogPluginVConsole.VConsole* 内置插件在 VConsole class 上的挂载。
  • 【优化】在 window DOMContentLoaded 而不是 window load 时显示 vConsole。
  • 【修复】修复当 cookie path=/ 或设置了 domain 时删除失败的问题。(#264 by @qianxinfeng)
  • 【修复】修复若干小问题。(#267 by @Molunerfinn, #272 by @domom)