Files
SOP/sop-support/sop-doc-plugin/changelog.md
六如 403e8111f4 5.0
2024-12-22 23:09:46 +08:00

36 lines
2.0 KiB
Markdown
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 更新日志
- 1.2.27: 新增`excludePackage`配置,用来排除对应的package,多个用;隔开
- 1.2.26: 支持Controller泛型接口
- 1.2.25支持Java17
- 1.2.24get参数使用`@ApiParam`name属性不生效问题
- 1.2.23:修复嵌套数组显示问题(`List<List<xx>>`
- 1.2.22:修复嵌套数组不显示问题(`List<List<xx>`
- 1.2.21:修复参数错乱问题 https://gitee.com/durcframework/torna/issues/I79TZ2
- 1.2.20:修复参数字段排序问题
- 1.2.19捕获ClassNotFoundException允许正常push文档; https://gitee.com/durcframework/torna/pulls/44
- 1.2.18:修复添加了@DecimalMax注解报NPE问题
- 1.2.17:优化泛型参数解析
- 1.2.16:添加插件特性,支持优先使用@Api.tags属性
- 1.2.15支持maxLength需要配合JSR-303注解`@Length(max = 55)`, `@Max(55)`
- 1.2.14:修复泛型参数解析错误问题。`List<? extends TreeVO> children`
- 1.2.13优化dubbo推送
- 1.2.12:优化枚举展示
- 1.2.11修复推送显示request类修复第三方JSONOject显示对象内容问题 https://gitee.com/durcframework/torna/issues/I4JNSX
- 1.2.10:可推送错误码
- 1.2.9可推送指定接口修复required显示问题
- 1.2.8升级SDK
- 1.2.7优化第三方jar文档展示
- 1.2.6:修复返回结果填通配符问题(`Result<?>`
- 1.2.5修复basePackage无效问题
- 1.2.4修复泛型嵌套问题优化Path参数显示
- 1.2.3修复ResponseEntity无泛型参数报NPE问题支持枚举参数
- 1.2.2:修复@RequestMapping注解没value属性值会报错 https://gitee.com/durcframework/torna/issues/I49DC0
- 1.2.1优化org.springframework.http.ResponseEntity的swagger解析逻辑及swagger中name字段优化 https://gitee.com/durcframework/torna/pulls/15
- 1.2.0优化推送支持dubbo
- 1.1.2:解决循环依赖问题
- 1.1.1:支持多环境配置
- 1.1.0:优化泛型参数显示,支持定义第三方类文档信息
- 1.0.7:修复`Result<List<T>>`不显示List问题
- 1.0.6:修复泛型参数不显示问题