update CHANGELOG.md
This commit is contained in:
parent
ad191bc160
commit
f5b00a9c9f
|
@ -6,6 +6,8 @@
|
|||
1. 修改创建openapi时的空指针异常。
|
||||
2. 修改debug页面时未使用mock值的问题。
|
||||
3. debug页面可以根据请求动态更新curl命令。
|
||||
4. 优化debug页面中的文件下载测试。
|
||||
5. 优化enum入参mock错误的bug。
|
||||
#### 版本号:2.0.1
|
||||
- 更新日期: 2020-12-20
|
||||
- 更新内容:
|
||||
|
|
|
@ -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)。
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue