Skip to content

v3.14.0

Compare
Choose a tag to compare
@Maizify Maizify released this 23 Mar 03:14
· 102 commits to master since this release
802b35f

EN:

  • Feat(Core) Add new option pluginOrder to adjust the order of built-in and custom plugins, see Public Properties & Methods.
  • Feat(Core) Panel will auto scroll to previous position when switching plugin panel.
  • Feat(Network) Add response size.
  • Feat(Network) Add support for transfer-encoding: chunked, now streaming response can be recorded.
  • Feat(Network) Improve rendering performance of large Response data by cropping the displayed response content.
  • Refactor(Network) Now network records will be more accurate by using Proxy to prevent XMLHttpRequest | fetch overwriting by other request libraries (like Axios).

CN:

  • Feat(Core) 新增配置项 pluginOrder 来调整插件面板的排序,见 公共属性及方法
  • Feat(Core) 切换插件面板时,面板会自动滚动到上次的位置。
  • Feat(Network) 新增显示 Response 的体积。
  • Feat(Network) 新增对 transfer-encoding: chunked 的支持,现在可记录流式回包(stream response)。
  • Feat(Network) 展示时裁剪过大的 Response 回包以提高渲染性能。
  • Refactor(Network) 提高网络记录的准确性,以避免被外部库(如 Axios)覆盖;方法是对 XMLHttpRequest | fetch 使用 Proxy。