Skip to content

Commit

Permalink
release 1.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
shalousun committed Mar 30, 2020
1 parent 332b9f0 commit c97ffa7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
## smart-doc版本
版本小于1.0都属于试用,正式1.0起始发布将会等到文中提到的问题解决后才发布。
#### 版本号:1.8.4
- 更新日期: 2020-04-xx
- 更新日期: 2020-03-30
- 更新内容:
1. Controller新增时候@ignore tag,可适应该tag忽略不需要生成文档的controller[git #24](https://github.com/smart-doc-group/smart-doc/issues/24)。
2. 参数中包含 HttpSession时smart-doc卡主,[gitee #I1CA9M](https://gitee.com/sunyurepository/smart-doc/issues/I1CA9M)
3. 解决一些复杂分组场景smart-doc报错的问题[gitee #I1CPSM](https://gitee.com/sunyurepository/smart-doc/issues/I1CPSM)。
4. 解决smart-doc-maven-plugin插件读取配置乱码问题。
#### 版本号:1.8.3
- 更新日期: 2020-03-21
- 更新内容:
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>smart-doc</artifactId>
<packaging>jar</packaging>
<version>1.8.3</version>
<version>1.8.4</version>

<name>smart-doc</name>
<url>https://github.com/shalousun/smart-doc.git</url>
Expand All @@ -32,7 +32,7 @@
</developers>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<flexmark.version>0.50.48</flexmark.version>
<flexmark.version>0.60.2</flexmark.version>
</properties>
<dependencies>
<dependency>
Expand All @@ -44,7 +44,7 @@
<dependency>
<groupId>com.ibeetl</groupId>
<artifactId>beetl</artifactId>
<version>3.0.20.RELEASE</version>
<version>3.1.1.RELEASE</version>
</dependency>
<dependency>
<groupId>com.thoughtworks.qdox</groupId>
Expand All @@ -54,12 +54,12 @@
<dependency>
<groupId>com.github.javafaker</groupId>
<artifactId>javafaker</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
</dependency>
<dependency>
<groupId>com.github.shalousun</groupId>
<artifactId>common-util</artifactId>
<version>1.9.0</version>
<version>1.9.2</version>
</dependency>
<!--markdown to html-->
<dependency>
Expand Down

0 comments on commit c97ffa7

Please sign in to comment.