Skip to content

Releases: hans000/easy-interceptor

v1.18.0

02 Sep 13:36
Compare
Choose a tag to compare
  • 重构了 xhr 逻辑
  • 移除了 fake 模式,支持规则内配置,粒度更小了,使用faked字段
  • 添加新的模式,代理模式
  • 规则中新增 blocked、faked 字段
  • 新增onBlocking hook
  • 新增支持event-source-stream,配套的字段(chunks, chunkInterval, chunkTemplate)
  • 支持更细粒度的修改headers
  • 完善功能支持 abort 操作

v1.18.0-rc.5

01 Sep 07:36
Compare
Choose a tag to compare
  • 完善功能支持 abort 操作

v1.18.0-rc.4

27 Aug 12:36
Compare
Choose a tag to compare
  • 修复override模式点击图标会恢复的问题

v1.18.0-rc.3

25 Aug 08:40
Compare
Choose a tag to compare
  • 移除了fake模式,支持规则内配置,粒度更小了,使用faked字段
  • 添加新的模式,代理模式
  • 新增blocked字段
  • 新增onBlocking hook

v1.18.0-rc.2

22 Aug 12:45
Compare
Choose a tag to compare
  • 添加chunkTemplate
  • 修复fetch的覆盖header不生效的问题

v1.18.0-rc.1

21 Aug 14:27
Compare
Choose a tag to compare
  • 支持EventSource

v1.17.1

19 Aug 13:53
Compare
Choose a tag to compare
  • 支持whiteList配置
  • 修复了xhr fake模式下不生效的问题

v1.16.1

05 Jun 13:00
Compare
Choose a tag to compare
  • 支持font类型资源的拦截

v1.16.0

20 Jan 10:26
90aad17
Compare
Choose a tag to compare
  • 更新icon
  • vite更新到5.0,antd更新到5.0
  • 添加禁用类型,可设置禁用 xhr 或 fetch
  • 添加插件拦截时机,可设置start end delay trigger override
  • 修复fake不生效的问题

v1.16.0-rc.1

14 Jan 11:39
Compare
Choose a tag to compare
v1.16.0-rc.1 Pre-release
Pre-release
  • vite更新到5.0,antd更新到5.0
  • 添加禁用类型,可设置禁用 xhr 或 fetch
  • 添加插件拦截时机,可设置start end delay trigger override