Skip to content

Commit

Permalink
- 修复返回参数 String 集合问题
Browse files Browse the repository at this point in the history
- 新增 YApi 上传成功后通知信息为可点击链接
  • Loading branch information
liuzhihang committed Jul 21, 2021
1 parent 1f41a3c commit ce85c18
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group 'com.liuzhihang'
version '1.1.4'
version '1.1.5'

JavaVersion.VERSION_11

Expand Down
12 changes: 6 additions & 6 deletions parts/changeNotes.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@

<h4>English introduction</h4>
<ul>
<li>1.1.4
<li>1.1.5
<ol>
<li>Document name and title can be obtained from comments</li>
<li>Fix null pointer exception</li>
<li>Fix the return parameter String collection problem</li>
<li>Added a clickable link for the notification message after YApi upload is successful</li>
</ol>
</li>
<li><a href="https://github.com/liuzhihang/doc-view/blob/master/doc/ChangeNotes.md">More records</a></li>
</ul>
<h4>中文介绍</h4>
<ul>
<li>1.1.4
<li>1.1.5
<ol>
<li>文档名称和标题支持从注释获取</li>
<li>修复空指针异常</li>
<li>修复返回参数 String 集合问题</li>
<li>新增 YApi 上传成功后通知信息为可点击链接</li>
</ol>
</li>
<li><a href="https://github.com/liuzhihang/doc-view/blob/master/doc/ChangeNotes.md">更多记录</a></li>
Expand Down

0 comments on commit ce85c18

Please sign in to comment.