From 6f3f009724e9e0bc6f868a65a23b79fa57014c9a Mon Sep 17 00:00:00 2001 From: BetaGo Date: Thu, 17 Oct 2019 18:59:21 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20:memo:=20=E6=9B=B4=E6=96=B0=20readme=20?= =?UTF-8?q?=E5=92=8C=E7=89=88=E6=9C=AC=E5=8F=B7.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dd549bb89..6d4f2d4d3 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,15 @@ - [ ] 用例执行统计报表 - [ ] 接口统计报表 + +### 2019/10/17 + +* 优化: 鼠标选中搜索结果,会展示完整的数据。 +* 修复: 菜单树诸多问题 [#27](https://github.com/xian-crazy/yapi/issues/27) [#10](https://github.com/xian-crazy/yapi/issues/10) +* 优化: 接口列表箭头可点击 [#11](https://github.com/xian-crazy/yapi/issues/11) +* 新增: 高级参数设置-常量 添加安全常量输入, 解决转换失败的问题 [#28](https://github.com/xian-crazy/yapi/issues/28) +* 优化: 接口请求时控制台展示 [#5](https://github.com/xian-crazy/yapi/issues/5) + ### 2019/8/16 * 修复bug: #12 项目设置中使用swagger同步接口,提示interface_cat validation failed:parent_id:Path'parent_id'is required @@ -174,6 +183,7 @@ ### crazy-yapi 分支 作者 * crazy 330126160@qq.com +* BetaGo gouwantong@live.com ### crazy-yapi 分支 License diff --git a/package.json b/package.json index 660e8c06d..5a2a8b651 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yapi-vendor", - "version": "2019.9.18", + "version": "2019.10.17", "description": "YAPI", "main": "server/app.js", "scripts": {