From b979778b163c1a1972f2b3c5deb7a5b35939d2f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=80=E6=BA=90=E6=B5=B7=E5=93=A5?= Date: Tue, 25 Jul 2023 18:34:24 +0800 Subject: [PATCH] build: v1.5.3 release (^.^)YYa!! --- docs/zh/changes.md | 19 +++++++++++++++++++ docs/zh/intro/getting-started.md | 2 +- docs/zh/intro/maven.md | 14 +++++++------- docs/zh/others/apt.md | 2 +- docs/zh/others/codegen.md | 2 +- pom.xml | 4 ++-- 6 files changed, 31 insertions(+), 12 deletions(-) diff --git a/docs/zh/changes.md b/docs/zh/changes.md index 1d75fe26..0a1c9507 100644 --- a/docs/zh/changes.md +++ b/docs/zh/changes.md @@ -1,6 +1,25 @@ # MyBatis-Flex ChangeLog +## v1.5.3 20230725: +- 新增:添加 UpdateChain 方便用于对数据进行更新 +- 新增:添加对 ActiveRecord 设计模式的支持,感谢 @Suomm +- 新增:代码生成器 ColumnConfig 增加 propertyType. 可以用于自定通用属性的类型。感谢 @jerryzhengsz1 +- 新增:添加 selectOneWithRelationsById(根据主表主键来查询 1 条数据) 方法,感谢 @barql +- 新增:QueryWrapper.groupBy 支持 Lambda 表达式的功能,感谢 @Suomm +- 新增:QueryWrapper 添加 `not like` 构建的支持 +- 优化:重命名 QueryWrapperChain 为 QueryChain,保存和 UpdateChain 统一 +- 修复:`@Relation` 关联查询注解,在指定 selectColumns 出错的问题,感谢 @zhy_balck +- 修复:代码生成器配置 `camelToUnderline` 属性时 entity 生成后编译错误的问题,感谢 @genomics_zcg +- 文档:优化 APT 的文档描述有错别字的问题,感谢 @zhangjx1992 +- 文档:添加关于 ActiveRecord 的相关文档,感谢 @Suomm +- 文档:修改代码生成器对 EnjoyTemplate 的描述错误的问题 +- 文档:添加更多关于链式查询的相关文档 +- 文档:重构文档链接,链式操作的相关文档 +- 文档:修改代码生成器对 EnjoyTemplate 的描述错误的问题 + + + ## v1.5.2 20230723: - 新增:添加 QueryWrapperChain 用于链式调用查询或者操作数据,感谢 @Suomm - 新增:添加 DbChain 链式调用 Db + Row 的相关方法和功能,感谢 @Suomm diff --git a/docs/zh/intro/getting-started.md b/docs/zh/intro/getting-started.md index 3b7e8850..223fc56e 100644 --- a/docs/zh/intro/getting-started.md +++ b/docs/zh/intro/getting-started.md @@ -39,7 +39,7 @@ VALUES (1, '张三', 18, '2020-01-11'), com.mybatis-flex mybatis-flex-spring-boot-starter - 1.5.2 + 1.5.3 com.mysql diff --git a/docs/zh/intro/maven.md b/docs/zh/intro/maven.md index 1d254d0c..7f82722f 100644 --- a/docs/zh/intro/maven.md +++ b/docs/zh/intro/maven.md @@ -12,12 +12,12 @@ com.mybatis-flex mybatis-flex-core - 1.5.2 + 1.5.3 com.mybatis-flex mybatis-flex-processor - 1.5.2 + 1.5.3 provided ``` @@ -28,12 +28,12 @@ com.mybatis-flex mybatis-flex-spring - 1.5.2 + 1.5.3 com.mybatis-flex mybatis-flex-processor - 1.5.2 + 1.5.3 provided `````` @@ -44,12 +44,12 @@ com.mybatis-flex mybatis-flex-spring-boot-starter - 1.5.2 + 1.5.3 com.mybatis-flex mybatis-flex-processor - 1.5.2 + 1.5.3 provided ``` @@ -70,7 +70,7 @@ com.mybatis-flex mybatis-flex-processor - 1.5.2 + 1.5.3 diff --git a/docs/zh/others/apt.md b/docs/zh/others/apt.md index 6e238f70..61e12eba 100644 --- a/docs/zh/others/apt.md +++ b/docs/zh/others/apt.md @@ -219,7 +219,7 @@ pom.xml 添加 `annotationProcessorPaths` 配置, ``` dependencies { ... - annotationProcessor 'com.mybatis-flex:mybatis-flex-processor:1.5.2' + annotationProcessor 'com.mybatis-flex:mybatis-flex-processor:1.5.3' } ``` diff --git a/docs/zh/others/codegen.md b/docs/zh/others/codegen.md index 4296cd86..5115848e 100644 --- a/docs/zh/others/codegen.md +++ b/docs/zh/others/codegen.md @@ -10,7 +10,7 @@ com.mybatis-flex mybatis-flex-codegen - 1.5.2 + 1.5.3 ``` diff --git a/pom.xml b/pom.xml index b0b8c49e..3a363d93 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ com.mybatis-flex parent pom - 1.5.2 + 1.5.3 mybatis-flex https://mybatis-flex.com @@ -54,7 +54,7 @@ 8 8 - 1.5.2 + 1.5.3 3.5.13 2.1.0