Skip to content

Releases: linpeilie/mapstruct-plus

v1.4.0

16 Mar 14:38
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.6...v1.4.0

1.3.6

07 Jan 10:21
e328485
Compare
Choose a tag to compare

兼容内部类转换
feature : AutoMapping 注解中的 targetClass 支持配置父类
框架自动生成的 AutoMapperConfig 和 AutoMapMapper 包和类名支持配置
支持在父类中配置的 AutoMapping 注解

1.3.5

05 Jul 02:02
Compare
Choose a tag to compare
  • AutoMapping、ReverseAutoMapping 支持配置在方法上面;
  • AutoMapping、ReverseAutoMapping 支持 defaultExpression 和 conditionExpression 属性

1.3.4

20 Jun 06:38
Compare
Choose a tag to compare

……什么都没更新,腾讯云maven源同步的jar有问题,只能重新发个新包

1.3.3

19 Jun 10:58
279c9d7
Compare
Choose a tag to compare

fix error "Invalid relative name",兼容Windows环境下的JDK8

1.3.2

18 Jun 16:19
Compare
Choose a tag to compare
  • 不可变对象支持,可以使用任意包下的 Immutable 标注类型为不可变类
  • 全面适配 IDEA 部分编译问题,使用更加流畅丝滑

1.3.1

17 Jun 06:10
Compare
Choose a tag to compare
  • 增加编译参数中指定配置类的功能
  • 更好地适配 IDEA 部分编译场景

1.3.0

17 Jun 06:09
Compare
Choose a tag to compare
  • fix: 解决本地开发时 IDEA 编译或者运行时报错等与预期不一致的问题
  • feature: AutoMapper 注解增加 imports 属性支持

1.2.5

24 May 02:19
2114657
Compare
Choose a tag to compare
  • fix: 解决 MapConvertMapperAdapter 编译警告问题
  • feat: 增加 nullValueMappingStrategy 和 nullValuePropertyMappingStrategy 配置项
  • feat: 适配 solon

1.2.4

17 May 09:05
Compare
Choose a tag to compare
  • fixbug: 当项目中只有 AutoMappers 注解时,没有生成转换接口的问题