Skip to content

Commit

Permalink
Merge pull request #688 from shalousun/master
Browse files Browse the repository at this point in the history
release 3.0.1
  • Loading branch information
shalousun authored Dec 17, 2023
2 parents f7e9725 + e25936f commit 24d867f
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
## smart-doc版本

### 版本号:3.0.1
- 更新日期: 2023-12.xx
- 更新日期: 2023-12-17
- 更新内容:
1. 优化Dubbo文档设置,[#649](https://github.com/smart-doc-group/smart-doc/issues/649)
2. 优化Dubbo文档中字段类型展示,[#648](https://github.com/smart-doc-group/smart-doc/issues/648)
3. 支持获取接口上RequestMapping[#681](https://github.com/TongchengOpenSource/smart-doc/issues/681)
4. 优化html模版页面url策略方便分享[#658](https://github.com/TongchengOpenSource/smart-doc/issues/658)
5. 支持jmeter性能测试[#653](https://github.com/TongchengOpenSource/smart-doc/issues/653)
6. 支持导入文档到word中[#686](https://github.com/TongchengOpenSource/smart-doc/pull/686)
7. 支持多路由场景下的openapi生成[#679](https://github.com/TongchengOpenSource/smart-doc/pull/679)
8. 兼容swagger的tag [#674](https://github.com/TongchengOpenSource/smart-doc/pull/674)
9. 修复componentType配置为NORMAL失效的问题[#665](https://github.com/TongchengOpenSource/smart-doc/pull/665)
10. 支持基于git管理的增量文档构建[#657](https://github.com/TongchengOpenSource/smart-doc/pull/657)

### 版本号:3.0.0
- 更新日期: 2023-10-20
Expand Down
3 changes: 2 additions & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ the [LICENSE](https://gitee.com/smart-doc-team/smart-doc/blob/master/LICENSE) fi
![IFLYTEK](https://gitee.com/smart-doc-team/smart-doc/raw/master/images/known-users/iflytek.png)
&nbsp;&nbsp;<img src="https://gitee.com/smart-doc-team/smart-doc/raw/master/images/known-users/oneplus.png" title="一加" width="83px" height="83px"/>
&nbsp;&nbsp;<img src="https://gitee.com/smart-doc-team/smart-doc/raw/master/images/known-users/xiaomi.png" title="小米" width="170px" height="83px"/>
&nbsp;&nbsp;<img src="https://gitee.com/smart-doc-team/smart-doc/raw/master/images/known-users//ly.jpeg" title="Xiaomi" width="260px" height="83px"/>
&nbsp;&nbsp;<img src="https://gitee.com/smart-doc-team/smart-doc/raw/master/images/known-users//ly.jpeg" title="同程旅行" width="260px" height="83px"/>
&nbsp;&nbsp;<img src="https://gitee.com/smart-doc-team/smart-doc/raw/master/images/known-users/kuaishou.svg" title="快手" width="83px" height="83px"/>
&nbsp;&nbsp;<img src="https://gitee.com/smart-doc-team/smart-doc/raw/master/images/known-users/neusoft.png" title="东软集团" width="180px" height="83px"/>
&nbsp;&nbsp;<img src="https://gitee.com/smart-doc-team/smart-doc/raw/master/images/known-users/zhongkezhilian.png" title="中科智链" width="272px" height="83px"/>
&nbsp;&nbsp;<img src="https://www.hand-china.com/static/img/hand-logo.svg" title="上海汉得信息技术股份有限公司" width="260px" height="83px"/>
Expand Down
1 change: 1 addition & 0 deletions images/known-users/kuaishou.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion 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>3.0.0</version>
<version>3.0.1</version>

<name>smart-doc</name>
<url>https://github.com/TongchengOpenSource/smart-doc.git</url>
Expand Down
1 change: 0 additions & 1 deletion src/main/java/com/ly/doc/builder/WordDocBuilder.java
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ public static void buildApiDoc(ApiConfig config, JavaProjectBuilder javaProjectB
*
* @param content doc content
* @param docxOutputPath docx output path
* @return
* @since 1.0.0
*/
public static void copyAndReplaceDocx(String content, String docxOutputPath) throws Exception {
Expand Down

0 comments on commit 24d867f

Please sign in to comment.