update CHANGELOG.md

This commit is contained in:
oppofind 2020-12-22 00:50:57 +08:00
parent ad191bc160
commit f5b00a9c9f
2 changed files with 3 additions and 1 deletions

View File

@ -6,6 +6,8 @@
1. 修改创建openapi时的空指针异常。
2. 修改debug页面时未使用mock值的问题。
3. debug页面可以根据请求动态更新curl命令。
4. 优化debug页面中的文件下载测试。
5. 优化enum入参mock错误的bug。
#### 版本号2.0.1
- 更新日期: 2020-12-20
- 更新内容:

View File

@ -31,7 +31,7 @@ $\color{red}{你给我的star胜过所有读过的诗—smart-doc}$
- 支持导出错误码和定义在代码中的各种字典码到接口文档。
- 支持Maven、Gradle插件式轻松集成。
- 支持Apache Dubbo RPC接口文档生成。
- debug接口调试html5页面完全支持文件上传下载测试。
- debug接口调试html5页面完全支持文件上传下载(@download tag标记下载方法)测试。
## Getting Started
smart-doc使用和测试可参考[smart-doc demo](https://gitee.com/sunyurepository/api-doc-test.git)。
```