Skip to content

Releases: ChronosGames/DataTables

Ver.0.13.12

20 Aug 03:08

Choose a tag to compare

Ver.0.13.1

14 Jul 10:08

Choose a tag to compare

Full Changelog: 0.12.17...0.13.1

Ver.0.12.16

11 Dec 08:22

Choose a tag to compare

Full Changelog: 0.12.14...0.12.16

Ver.0.11.3

24 Jul 03:21

Choose a tag to compare

  • 导表工具:跳过~开头的数据表
  • 导表工具:允许打开数据表的情况进行导表
  • Unity Runtime: 加载数据表时线程安全,允许多线程加载

Ver.0.11.1

08 May 01:54

Choose a tag to compare

  • 公共API接口调整
  • 优化DataMatrix表的性能开销,消除部分GC

Ver.0.10.3

11 Oct 05:28

Choose a tag to compare

  • 导出工具支持配置多个输入目录
  • 数据表格式支持矩阵表格式的导出
  • 数据表格式默认开启列标签过滤(可通过定义DisableTagsFilter来禁用)

Ver.0.9.5

19 Jul 12:04

Choose a tag to compare

  • 修复格式不正确的数据表将导致后续文件无法继续导出的问题
  • 启用并行导出,加快数据表导出速度

Ver.0.9.1

25 Jun 03:32

Choose a tag to compare

  • 移除对ExcelDataReader库的依赖,全部使用NPOI进行加载
  • 优化数据表导出性能,大概提速15%
  • 优化单元格解析报错时的显示日志
  • 调整生成代码文件的命名空间缩进显示

Ver.0.8.19

07 Jun 09:58

Choose a tag to compare

  • 修正MSBuild.Task工具无法正常使用

Ver.0.8.14

06 Jun 06:28

Choose a tag to compare

  • 优化导出结果输出
  • 整理JSON序列化的支持(.net7.0)