Skip to content

Commit

Permalink
refactor: xhr
Browse files Browse the repository at this point in the history
  • Loading branch information
hans000 committed Aug 25, 2024
1 parent 6246915 commit 8a54274
Show file tree
Hide file tree
Showing 36 changed files with 824 additions and 802 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v1.18.0
- 重构了xhr逻辑
- 移除了fake模式,支持规则内配置,粒度更小了,使用`faked`字段
- 添加新的模式,代理模式

## v1.17.0
- 支持whiteList配置
- 修复了xhr fake模式下不生效的问题
Expand Down Expand Up @@ -35,7 +40,7 @@

## v1.12.0
- 增加控制台提示信息
- 监听模式添加过滤规则
- 录制模式添加过滤规则
- 通配符匹配或字符串包含匹配
- 拦截开关

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
"rollup-plugin-external-globals": "^0.6.1",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.32.1",
"typescript": "^5.3.3",
"vite": "^5.0.0",
"vite-plugin-cdn-import": "^0.3.5"
"typescript": "^5.5.4",
"vite": "^5.4.1",
"vite-plugin-cdn-import": "^1.0.0"
},
"license": "AGPL"
}
Loading

0 comments on commit 8a54274

Please sign in to comment.