hutool/CHANGELOG.md

61 lines
2.2 KiB
Markdown
Raw Normal View History

2019-08-14 10:02:32 +08:00
# Changelog
-------------------------------------------------------------------------------------------------------------
2019-10-22 18:03:23 +08:00
## 5.0.4
### 新特性
2019-10-27 07:55:12 +08:00
* 【setting】 增加System.getenv变量替换支持
2019-10-25 17:06:58 +08:00
* 【core】 XmlUtil中mapToStr支持namespacepr#599@Github
2019-10-28 10:00:42 +08:00
* 【core】 ZipUtil修改策略:默认关闭输入流issue#604@Github
2019-10-29 14:06:32 +08:00
* 【core】 改进CsvReader支持RowHandler按行处理issue#608@Github
2019-10-22 18:03:23 +08:00
### Bug修复
2019-10-25 17:06:58 +08:00
* 【core】 解决ConcurrentHashSet不能序列化的问题issue#600@Github
2019-10-29 13:00:35 +08:00
* 【core】 解决CsvReader.setErrorOnDifferentFieldCount循环调用问题
2019-10-22 18:03:23 +08:00
-------------------------------------------------------------------------------------------------------------
2019-10-20 23:36:58 +08:00
## 5.0.3
### 新特性
### Bug修复
2019-10-22 10:37:41 +08:00
* 【extra】 修复遗留的getSession端口判断错误issue#594@Github
2019-10-20 23:36:58 +08:00
-------------------------------------------------------------------------------------------------------------
2019-10-17 18:02:11 +08:00
## 5.0.2
### 新特性
2019-10-18 10:41:52 +08:00
* 【core】 强化java.time包的对象转换支持
2019-10-20 22:18:57 +08:00
2019-10-17 18:02:11 +08:00
### Bug修复
2019-10-20 22:18:57 +08:00
* 【db】 修正字段中含有as导致触发关键字不能包装字段的问题issue#I13ML7@Gitee
* 【extra】 修复QrCode中utf-8不支持大写的问题。issue#I13MT6@Gitee
2019-10-20 22:31:19 +08:00
* 【http】 修复请求defalte数据解析错误问题。pr#593@Github
2019-10-17 18:02:11 +08:00
-------------------------------------------------------------------------------------------------------------
2019-10-17 15:31:16 +08:00
## 5.0.1
### 新特性
2019-10-17 17:37:20 +08:00
* 【json】 JSONUtil.toBean支持JSONArray
2019-10-17 15:31:16 +08:00
### Bug修复
2019-10-17 17:37:20 +08:00
* 【extra】 修复getSession端口判断错误
2019-10-17 15:31:16 +08:00
-------------------------------------------------------------------------------------------------------------
2019-10-10 10:42:51 +08:00
## 5.0.0
2019-09-28 07:48:55 +08:00
### 新特性
2019-10-13 11:16:47 +08:00
* 【all】 升级JDK最低 支持到8
* 【log】 Log接口添加get的static方法
2019-10-13 12:41:15 +08:00
* 【all】 部分接口添加FunctionalInterface修饰
2019-10-14 17:28:57 +08:00
* 【crypto】 KeyUtil增加readKeyStore重载
* 【extra】 JschUtil增加私钥传入支持issue#INKDR@Gitee
2019-10-16 18:48:25 +08:00
* 【core】 DateUtil、DateTime、Convert全面支持jdk8的time包
2019-10-02 16:33:25 +08:00
2019-10-10 16:24:48 +08:00
### Bug修复
2019-10-10 17:18:31 +08:00
* 【http】 修复Cookie中host失效导致的问题issue#583@Github