Releases: dromara/hutool
Releases · dromara/hutool
5.7.0
🐣新特性
- 【jwt 】 添加JWT模块,实现了JWT的创建、解析和验证
- 【crypto 】 SymmetricCrypto增加update方法(pr#1642@Github)
- 【crypto 】 MacEngine增加接口update,doFinal,reset等接口
- 【core 】 StrSpliter更名为StrSplitter
- 【core 】 NumberUtil的decimalFormat增加数字检查
- 【http 】 HttpBase的httpVersion方法设置为无效(issue#1644@Github)
- 【extra 】 Sftp增加download重载(issue#I3VBSL@Gitee)
- 【cache 】 修改FIFOCache初始大小(issue#1647@Github)
🐞Bug修复
- 【db 】 修复count方法丢失参数问题(issue#I3VBSL@Gitee)
- 【db 】 修复SpringUtil工具在
@PostConstruct
注解标注的方法下失效问题(pr#341@Gitee) - 【json 】 修复JSONUtil.parse方法未判断有序问题(issue#I3VHVY@Gitee)
- 【json 】 修复JSONArray.put越界无法加入问题(issue#I3VMLU@Gitee)
5.6.7
5.6.7 (2021-06-08)
🐣新特性
- 【core 】 CharSequenceUtil增加join重载(issue#I3TFJ5@Gitee)
- 【http 】 HttpRequest增加form方法重载(pr#337@Gitee)
- 【http 】 ImgUtil增加getMainColor方法(pr#338@Gitee)
- 【core 】 改进TreeUtil.buid算法性能(pr#1594@Github)
- 【core 】 CsvConfig的setXXX返回this(issue#I3UIQF@Gitee)
- 【all 】 增加jmh基准测试
- 【core 】 增加StreamUtil和CollectorUtil
- 【poi 】 增加content-type(pr#1639@Github)
🐞Bug修复
- 【core 】 修复FileUtil.normalize去掉末尾空格问题(issue#1603@Github)
- 【core 】 修复CharsetDetector流关闭问题(issue#1603@Github)
- 【core 】 修复RuntimeUtil.exec引号内空格被切分的问题(issue#I3UAYB@Gitee)
5.6.6
5.6.6 (2021-05-26)
🐣新特性
- 【cron 】 增加时间轮简单实现
- 【core 】 BeanUtil.copyToList增加重载(pr#321@Gitee)
- 【core 】 SyncFinisher增加stop方法(issue#1578@Github)
- 【cache 】 CacheObj默认方法改为protected(issue#I3RIEI@Gitee)
- 【core 】 FileUtil.isEmpty不存在时返回true(issue#1582@Github)
- 【core 】 PhoneUtil增加中国澳门和中国台湾手机号校检方法(pr#331@Gitee)
- 【db 】 分页查询,自定义sql查询,添加参数(pr#332@Gitee)
- 【core 】 IdCardUtil.isValidCard增加非空判断
- 【json 】 JSONObject构造增加SortedMap判断(pr#333@Gitee)
- 【core 】 Tuple增加部分方法(pr#333@Gitee)
- 【log 】 增加LogTube支持
- 【core 】 增加BitStatusUtil(pr#1600@Github)
🐞Bug修复
- 【core 】 修复XmlUtil中omitXmlDeclaration参数无效问题(issue#1581@Github)
- 【core 】 修复NumberUtil.decimalFormat参数传错的问题(issue#I3SDS3@Gitee)
- 【json 】 修复JSONArray.put方法不能覆盖值的问题
- 【poi 】 修复sax方式读取xls无法根据sheet名称获取数据(issue#I3S4NH@Gitee)
- 【core 】 修复路径中多个~都被替换的问题(pr#1599@Github)
- 【core 】 修复CRC16构造非public问题(issue#1601@Github)