add methods

This commit is contained in:
Looly
2022-01-27 09:04:23 +08:00
parent 3ac71b0a6f
commit f7ab6b0ccf
3 changed files with 49 additions and 27 deletions

View File

@@ -2,7 +2,7 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.7.21 (2022-01-26)
# 5.7.21 (2022-01-27)
### 🐣新特性
* 【extra 】 增加jetbrick模板支持
@@ -12,6 +12,8 @@
* 【core 】 新增LocalDateTimeUtil.weekOfYearissue#I4RWXC@Gitee
* 【core 】 Month增加toJdkMonth、getValueBaseOne
* 【core 】 CsvWriter修改规则去除末尾多余换行符issue#I4RSQY@Gitee
* 【core 】 DateUtil增加rangeFunc和rangeConsumeissue#I4RSQY@Gitee
* 【core 】 DateTime增加setUseJdkToStringStyle方法
### 🐞Bug修复
* 【core 】 修复ChineseDate农历获取正月出现数组越界BUGissue#2112@Github