Skip to content

Commit

Permalink
Merge pull request #638 from shalousun/master
Browse files Browse the repository at this point in the history
release 3.0.0
  • Loading branch information
shalousun authored Oct 16, 2023
2 parents a65b865 + 4f2a376 commit ac47cf7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
14 changes: 11 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,23 @@
## smart-doc版本

### 版本号:3.0.1
- 更新日期: 2023-10-20
- 更新内容:
1. xxx

### 版本号:3.0.0
- 更新日期:
- 更新日期: 2023-10-20
- 更新内容:
1. 修复Java 16+版本反射获取字段是jdk中的类时异常 [#615](https://github.com/smart-doc-group/smart-doc/issues/615)
2. 修复枚举字典显示错乱问题,维持代码中编写的顺序[#603](https://github.com/TongchengOpenSource/smart-doc/issues/603)
1. 修复Java 16+版本反射获取字段是jdk中的类时异常 [#615](https://github.com/smart-doc-group/smart-doc/issues/615)
2. 修复枚举字典显示错乱问题,维持代码中编写的顺序[#603](https://github.com/TongchengOpenSource/smart-doc/issues/603)
3. 支持获取接口的注释,[#573](https://github.com/TongchengOpenSource/smart-doc/pull/573)
4. 生成html页面支持多文件上传。[#594](https://github.com/TongchengOpenSource/smart-doc/issues/594)
5. 无参请求生成时生成的OpenAPI文档错误。[#616](https://github.com/TongchengOpenSource/smart-doc/issues/616)
6. 扫描文档时丢弃对JDK原生类型的反射,避免高版本JDK反射时报错。[pr#621](https://github.com/TongchengOpenSource/smart-doc/pull/621)
7. 修复生成postman collection后导入到postman缺少file文件参数问题。[#622](https://github.com/TongchengOpenSource/smart-doc/issues/622)
8. 修复配置ResponseBodyAdvice后torna推送数据错误问题。[#599](https://github.com/TongchengOpenSource/smart-doc/issues/599)
9. 修复customResponseFields无法忽略字段的bug。 [#625](https://github.com/TongchengOpenSource/smart-doc/issues/625)
10. 修复请求参数标记@Null注解时字段没被忽略的bug。[#608](https://github.com/TongchengOpenSource/smart-doc/issues/608)


### 版本号:2.7.7
Expand Down
6 changes: 3 additions & 3 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.8</version>
<version>3.0.0</version>

<name>smart-doc</name>
<url>https://github.com/TongchengOpenSource/smart-doc.git</url>
Expand Down Expand Up @@ -49,9 +49,9 @@
<version>3.15.7.RELEASE</version>
</dependency>
<dependency>
<groupId>com.github.shalousun</groupId>
<groupId>com.ly.smart-doc</groupId>
<artifactId>qdox</artifactId>
<version>2.0.3.2</version>
<version>2.0.3.3</version>
</dependency>
<dependency>
<groupId>net.datafaker</groupId>
Expand Down

0 comments on commit ac47cf7

Please sign in to comment.