upgrade to 1.7.3

This commit is contained in:
oppofind 2019-10-24 10:09:39 +08:00
parent 1d74cacf35
commit 7930effeb7
4 changed files with 10 additions and 3 deletions

View File

@ -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>
```

View File

@ -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>
```

View File

@ -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和方法名称方便一些企业自己做对接。

View File

@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>smart-doc</artifactId>
<packaging>jar</packaging>
<version>1.7.2</version>
<version>1.7.3</version>
<name>smart-doc</name>
<url>https://github.com/shalousun/smart-doc.git</url>