Skip to content

Release v2.1.0

Compare
Choose a tag to compare
@Maizify Maizify released this 29 Jun 11:31
· 825 commits to master since this release

EN:

  • [FEATURE] Add vConsole.tool & vConsole.$ helper functions, see Helper Functions.
  • [FEATURE] 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.

CN:

  • 【特性】新增 vConsole.toolvConsole.$ 辅助函数,请查阅辅助函数
  • 【特性】公开部分 vConsole 的属性及方法,请查阅公共属性及方法
  • 【修复】修复 window.onerror()error 可能为空而导致堆栈读取错误的问题。
  • 【修复】修复当 xhr.readyState < 4 时读取 xhr.status 可能导致错误的问题。