Skip to content

Commit

Permalink
Merge pull request #602 from shalousun/master
Browse files Browse the repository at this point in the history
release 2.7.7
  • Loading branch information
shalousun authored Sep 10, 2023
2 parents c0ac021 + 3befebc commit c0dc7fc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
## smart-doc版本

### 版本号:2.7.7

- 更新日期: 2023-09-11
- 更新内容:
1. fix 2.7.6版本文档丢字段的bug.

### 版本号:2.7.6

- 更新日期: 2023-09-3
- 更新内容:
1. 优化smart-doc常量获取,支持静态导入的常量获取。[qdox #1](https://github.com/smart-doc-group/qdox/pull/1)
2. 无源代码第三方接口范型方法的解析支持,[pr#587](https://github.com/smart-doc-group/smart-doc/pull/587)
3. 生成Mardown代码块添加语言类型支持[#566](https://github.com/smart-doc-group/smart-doc/pull/566)
3. 生成Markdown代码块添加语言类型支持[#566](https://github.com/smart-doc-group/smart-doc/pull/566)
4. 修复openapi生成summary和description设置,[#580](https://github.com/smart-doc-group/smart-doc/issues/580)
5. 修复生成的openapi.json中接口的路径参数赋予format错误,[#578](https://github.com/smart-doc-group/smart-doc/issues/578)

Expand Down
4 changes: 2 additions & 2 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>2.7.6</version>
<version>2.7.7</version>

<name>smart-doc</name>
<url>https://github.com/smart-doc-group/smart-doc.git</url>
Expand Down Expand Up @@ -61,7 +61,7 @@
<dependency>
<groupId>com.github.shalousun</groupId>
<artifactId>common-util</artifactId>
<version>2.2.0</version>
<version>2.2.1</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
Expand Down

0 comments on commit c0dc7fc

Please sign in to comment.