Skip to content

Commit

Permalink
升级 3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
qmdx committed Sep 25, 2021
1 parent 6bc0756 commit 8a44971
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# CHANGELOG

## [v3.5.1] 2021-09-25

- 重构文件输出路径设置逻辑
- 修改mapper.xml文件输出路径问题
- 添加 FastAutoGenerator 快速生成
- 优化策略配置的验证
- 注入配置新增注入map,以便支持在模板渲染内容中使用自己的map
- feat: service和serviceImpl的模板取消强关联绑定,支持只生成一个
- feat: 支持自定义模板
- fix: 修复enableTableFieldAnnotation注解失效的BUG
- 策略配置新增表名、字段名的后缀过滤功能
- 名称转换默认下划线转驼峰命名
- 默认开启isSerialVersionUID的生成
- 新增ClickHouse字段类型转换
- 修复和调整Kotlin模板
- 修复文档中的Controller策略配置的排版
- 调整代码优化fastAutoGenerator移除多余依赖
- lombok ApiModelProperty 主键移除 value 部分
- 新增 schema 启用控制
- 下划线转驼峰策略,字段不做注解处理


## [v3.5.0]

- 优化代码重构核心构建方式
Expand Down

0 comments on commit 8a44971

Please sign in to comment.