EN:
Feat(Netwrk)Add new optionnetwork.ignoreUrlRegExpto skip some requests. (PR #623)Fix(Core)Fix prototype pollution invConsole.setOption(). (issue #616 #621)Fix(Core)Fix plugin eventreadytriggering before its HTML finishes rendering. (issue #591)Fix(Log)Reset group state whenconsole.clear()is called. (issue #611)Fix(Log)Compatible with iOS (less than 13.4) that does not supportResizeObserver, but there may be a potential performance issue when printing a large number of logs. (issue #610)Fix(Network)Fix possible "Cannot read property" error bysendBeacon. (issue #615)
CN:
Feat(Netwrk)新增配置项network.ignoreUrlRegExp以跳过一些请求。 (PR #623)Fix(Core)修复vConsole.setOption()中可能存在的原型污染问题。 (issue #616 #621)Fix(Core)修复插件事件ready在插件完成渲染前就被触发的问题。 (issue #591)Fix(Log)修复调用console.clear()时没有重置 group 层级的问题。 (issue #611)Fix(Log)兼容 iOS(小于 13.4)不支持ResizeObserver的情况,代价是打印大批量日志可能会有性能问题。 (issue #610)Fix(Network)修复可能由sendBeacon引发的 "Cannot read property" 错误。 (issue #615)