upgrade to 1.7.3
This commit is contained in:
parent
1d74cacf35
commit
7930effeb7
|
@ -27,7 +27,7 @@ which looks a html like generated by `asciidoctor-maven-plugin` plugin.
|
|||
<dependency>
|
||||
<groupId>com.github.shalousun</groupId>
|
||||
<artifactId>smart-doc</artifactId>
|
||||
<version>1.7.2</version>
|
||||
<version>1.7.3</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
```
|
||||
|
|
|
@ -28,7 +28,7 @@ smart-doc使用和测试可参考[smart-doc demo](https://gitee.com/sunyureposit
|
|||
<dependency>
|
||||
<groupId>com.github.shalousun</groupId>
|
||||
<artifactId>smart-doc</artifactId>
|
||||
<version>1.7.2</version>
|
||||
<version>1.7.3</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
```
|
||||
|
|
|
@ -85,6 +85,13 @@
|
|||
8. 新增对Spring ResponseEntity的解析。
|
||||
9. 增加内部类返回结构解析。
|
||||
10. 修改文档中显示的字段类型,float、double等由原来的number直接变成具体类型。
|
||||
#### 版本号:1.7.3
|
||||
- 更新日期:2019-10-24
|
||||
- 更新内容:
|
||||
1. 优化html5模板左侧文档目录展示,能够展开和收缩。
|
||||
2. 修改gitee上bug #I13R3K。
|
||||
3. 修改gitee上bug #I13NR1。
|
||||
4. 开放的文档数据获取接口添加返回方法的唯一id和方法名称,方便一些企业自己做对接。
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue