Skip to content

Commit 81cbaab

Browse files
authored
doc: add latest release info (#305)
1 parent 6a1b0b0 commit 81cbaab

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,29 @@
1212
- 【优化】增加报错内容详细信息;
1313
- 【优化】更新代码格式和部分错别字;
1414
- 【优化】更新部分文档和使用说明。
15+
16+
## 1.2.0
17+
18+
此次升级主要内容:
19+
1. 修复[EasyExcel](https://github.com/alibaba/easyexcel) 历史 BUG;
20+
2. 将项目的开源协议修改为Apache-2.0 license;
21+
3. 修复测试模块中一些无法本地运行的测试用例;
22+
4. 更新并增加相关API文档和说明。
23+
24+
具体更新内容如下:
25+
- 【新增】新功能-支持支持自定义表头解析 [#257](https://github.com/fast-excel/fastexcel/pull/257) [@721806280](https://github.com/721806280)
26+
- 【新增】增加测试用例 [#264](https://github.com/fast-excel/fastexcel/pull/264) [@happyfeetw](https://github.com/happyfeetw)
27+
- 【改进】将开源协议修改为 Apache-2.0 license [#251](https://github.com/fast-excel/fastexcel/pull/251) [@psxjoy](https://github.com/psxjoy)
28+
- 【修复】修复最后空列无法读取的BUG [#287](https://github.com/fast-excel/fastexcel/pull/287) [@delei](https://github.com/delei)
29+
- 【修复】修复测试用例中错误的文件路径 [#286](https://github.com/fast-excel/fastexcel/pull/286) [@alaahong](https://github.com/alaahong)
30+
- 【修复】修复错别字 [#268](https://github.com/fast-excel/fastexcel/pull/268) [@happyfeetw](https://github.com/happyfeetw)
31+
- 【修复】修复填充时日期格式丢失问题 [#273](https://github.com/fast-excel/fastexcel/pull/273) [@waterisblue](https://github.com/waterisblue)
32+
- 【优化】升级 Apache POI 相关依赖 [#211](https://github.com/fast-excel/fastexcel/pull/211) [@psxjoy](https://github.com/psxjoy)
33+
- 【优化】优化项目Maven依赖 [#236](https://github.com/fast-excel/fastexcel/pull/236) [@wangmiscoding](https://github.com/wangmiscoding)
34+
- 【优化】优化CI 和构建流程 [#246](https://github.com/fast-excel/fastexcel/pull/246) [#247](https://github.com/fast-excel/fastexcel/pull/247) [@tisonkun](https://github.com/tisonkun)
35+
- 【优化】优化测试模块的部分测试用例 [#249](https://github.com/fast-excel/fastexcel/pull/249) [#269](https://github.com/fast-excel/fastexcel/pull/269) [#291](https://github.com/fast-excel/fastexcel/pull/291) [@tmlx1990](https://github.com/tmlx1990)
36+
- 【优化】增加注释,新增单元测试用例 [#260](https://github.com/fast-excel/fastexcel/pull/260) [@nx-xn2002](https://github.com/nx-xn2002)
37+
- 【优化】增加注释 [#270](https://github.com/fast-excel/fastexcel/pull/257) [#274](https://github.com/fast-excel/fastexcel/pull/270) [@HuangZhanQi](https://github.com/HuangZhanQi)
38+
- 【优化】优化测试模块的部分测试用例 [#283](https://github.com/fast-excel/fastexcel/pull/283) [#285](https://github.com/fast-excel/fastexcel/pull/285) [#286](https://github.com/fast-excel/fastexcel/pull/286) [#297](https://github.com/fast-excel/fastexcel/pull/297) [#298](https://github.com/fast-excel/fastexcel/pull/298) [@alaahong](https://github.com/alaahong)
39+
- 【优化】优化项目的maven配置 [#284](https://github.com/fast-excel/fastexcel/pull/284) [@alaahong](https://github.com/alaahong)
40+
- 【优化】优化 CONTRIBUTING.md 内容 [#300](https://github.com/fast-excel/fastexcel/pull/300) [@alaahong](https://github.com/alaahong)

0 commit comments

Comments
 (0)