Implemented enhancements:
- 插件功能优化
- host和转发规则过滤用户输入的收尾空格
Fixed bugs:
- 没有创建任何host文件的情况下, 没命中http转发规则的请求将会无响应
- 更改Host失效
- 代理请求不能被正常判断请求体结束
Implemented enhancements:
Fixed bugs:
- 修复@types/node版本过高导致构建失败的问题
- 删除特殊字符的规则时报错
- 修复监控器请求数据展示异常
- 兼容没有action的老数据
Implemented enhancements:
- 支持自定义websocket代理,可以自定义转发
- 调整中间件的顺序,把host解析延后至自定义插件之后
Implemented enhancements:
- 增加导入远程Host文件功能
- 优化mock数据交互
Fixed bugs:
- 删除缓存数据导致启动失败的 [issue] (youzan#9)
Implemented enhancements:
- 本地文件不存在将不会pending,会直接返回404,并给出本地路径
- 请求监控和转发规则将会忽略zanproxy的manager的请求
- 转发到本地会自动加上content-type响应头
- UI上若干优化
Fixed bugs:
- 修复请求监控中请求内容被遮挡的问题
- 自更新兼容npm的[issue](https://github.com/npm/npm/issues/17444)
Implemented enhancements:
- 支持规则集的复制
- 支持Host文件的导出与导入
Fixed bugs:
- 修复导出中文名字的规则集的bug
- 修复windows平台下导入规则集的bug