From d43f77fe830982ac78c04b2c8d20647835c7c459 Mon Sep 17 00:00:00 2001 From: abel533 Date: Sun, 31 Jul 2022 10:12:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=83=202.1.1=20=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 ++++++ pom.xml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e833e0e..a6f53b6 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,12 @@ 当前项目没有直接提供可用的通用方法,方法在 **mybatis-mapper/mapper**( [gitee](https://gitee.com/mybatis-mapper/mapper) | [GitHub](https://github.com/mybatis-mapper/mapper) )中提供。 +## 2.1.1 - 2022-07-31 + +- `EntityProps` 和 `@Entity.Prop` 不兼容性改动,简化了类型操作。 +- 去掉了 `NameConvert` 接口和 `Utils` 中的相关方法(`Style`可以实现类似功能) +- `EntityProps` 中 `getProp` 方法支持 `ConfigHelper` 全局配置 + ## 2.1.0 - 2022-07-09 大版本更新,默认不需要给所有字段添加注解,可以通过 `@Entity.Table(style="normal")` 指定字段转换样式,默认空时使用 `lower_underscore`。 diff --git a/pom.xml b/pom.xml index 26cfb78..a7f531c 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ io.mybatis mybatis-provider - 2.1.1-SNAPSHOT + 2.1.1 MyBatis Provider MyBatis Provider 扩展