release 1.8.6

This commit is contained in:
oppofind 2020-05-08 21:00:56 +08:00
parent 500ec6c0ce
commit 27b04a5fb5
2 changed files with 9 additions and 2 deletions

View File

@ -1,5 +1,12 @@
## smart-doc版本
版本小于1.0都属于试用正式1.0起始发布将会等到文中提到的问题解决后才发布。
#### 版本号1.8.6
- 更新日期: 2020-05-09
- 更新内容:
1. 增加localTime支持[git #I1F7CW](https://gitee.com/sunyurepository/smart-doc/issues/I1F7CW)。
2. 优化smart-doc导入Postman collection时的header问题[gitee #I1EX42](https://gitee.com/sunyurepository/smart-doc/issues/I1EX42)
3. 优化smart-doc-maven-plugin加载source的过滤支持使用通配符来过滤。
7. 首次发布gradle插件发布smart-doc-gradle-plugin插件
#### 版本号1.8.5
- 更新日期: 2020-04-19
- 更新内容:

View File

@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>smart-doc</artifactId>
<packaging>jar</packaging>
<version>1.8.5</version>
<version>1.8.6</version>
<name>smart-doc</name>
<url>https://github.com/shalousun/smart-doc.git</url>
@ -59,7 +59,7 @@
<dependency>
<groupId>com.github.shalousun</groupId>
<artifactId>common-util</artifactId>
<version>1.9.4</version>
<version>1.9.5</version>
</dependency>
<!--markdown to html-->
<dependency>