add ValueSetter

This commit is contained in:
Looly
2021-08-09 09:35:48 +08:00
parent 26846d0fde
commit b5145a0bac
18 changed files with 437 additions and 92 deletions

View File

@@ -3,13 +3,14 @@
-------------------------------------------------------------------------------------------------------------
# 5.7.8 (2021-08-08)
# 5.7.8 (2021-08-09)
### 🐣新特性
* 【core 】 MapProxy支持return this的setter方法pr#392@Gitee
* 【core 】 BeeDSFactory移除sqlite事务修复代码新版本BeeCP已修复
* 【core 】 增加compress包扩充Zip操作灵活性
* 【json 】 增加JSONBeanParser
* 【poi 】 增加CellSetter可以自定义单元格值写出
### 🐞Bug修复
* 【core 】 改进NumberChineseFormatter算法补充完整单元测试解决零问题