hutool/CHANGELOG.md
2024-01-11 14:24:15 +08:00

20 lines
633 B
Markdown
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 6.0.0-M11 (2024-01-11)
### 计划实现
* 【poi 】 Markdown相关如HTML转换等基于commonmark-java
* 【db 】 增加DDL封装
* 【poi 】 CellUtil.getCellIfMergedRegion考虑添加缓存支持增加最大和最小范围判断减少遍历
* 【http 】 redirect跳转和Cookie
* 【json 】 JSON门面封装
### ❌不兼容特性
### 🐣新特性
* 【db 】 优化count查询兼容informixissue#I713XQ@Gitee
### 🐞Bug修复