-
Notifications
You must be signed in to change notification settings - Fork 290
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: update pom.xml * refactor: refactor code style * refactor: Remove Redundant Validation in File Encryption Process * refactor: Remove Redundant Validation in File Encryption Process * refactor: refactor code-style * fix: fix typo by @tanpenggood in 3432 * bug: fix Mismatch Between Error Messages and Actual Issues by @jackfanwan in 3383 * feat: add update.md * feat: add update.md
- Loading branch information
Showing
2 changed files
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# 1.1.0 | ||
此次升级主要修复历史 BUG,同时剔除了部分依赖库,保证 `MIT` 协议下的使用。 | ||
|
||
具体更新内容如下: | ||
- 【改进】移除 `itext` 依赖库,将 `转换PDF` 功能迁移至新项目; | ||
- 【修复】fill填充空数据,可能导致行数据错乱的问题; | ||
- 【修复】打印CSV文件的 `hashcode`,可能会产生的堆栈溢出问题; | ||
- 【优化】增加报错内容详细信息; | ||
- 【优化】更新代码格式和部分错别字。 |