hutool/CHANGELOG.md
2022-06-06 02:52:35 +08:00

23 lines
789 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.M1 (2022-06-06)
### 计划实现
* 【poi 】 PDF相关基于PdfBox
* 【poi 】 HTML、DOCX转换相关
* 【poi 】 Markdown相关如HTML转换等基于commonmark-java
* 【core 】 针对JDK8+的日期统一归档到TimeUtil
* 【core 】 CopyOptions参数重构
* 【db 】 增加DDL封装
* 【json 】 删除JSONNull
* 【json 】 实现自定义的类型转换,不影响全局的转换器
* 【core 】 Converter设计缺陷需要改造使用TypeConverter可以更好的兼容细化类型的转换
### ❌不兼容特性
### 🐣新特性
### 🐞Bug修复