8000 Releases · focus-creative-games/luban · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: focus-creative-games/luban

fix some bugs

27 May 06:26
Compare
Choose a tag to compare
  • 修复最后一个标题头列为合并列时,读取从下行起的行数据时有可能最后几个单元的数据并不存在,此时ExcelStream按照[fromIndex, toIndex]访问单元格数据发生越界的bug
  • 修复如果表记录被映射到外部类型时,Table代码仍然对记录resolveRef引发的编译错误,因为外部类型上并没有ResolveRef字段

fix some bugs

07 May 11:24
Compare
Choose a tag to compare
  • [fix] 修复protobuf{2,3}-bin格式生成Map类型数据的bug

some new features

28 Apr 04:20
Compare
Choose a tag to compare
  • new: 新增cs-protobuf2
  • change: 优化流式格式中string类型的解析方式,完全忽略空白字符,同时跟lite格式一样会剔除字符串首尾的''和""

some new features

26 Apr 15:38
Compare
Choose a tag to compare
  • 支持指定Excel流式数据的格式,目前支持stream、lite、json、lua这几种数据格式。解决复杂嵌套数据格式下默认流式格式的sep方式配置复杂易错,难以理解的问题
  • 新增支持Lite数据格式

fix some bugs

05 Apr 11:24
Compare
Choose a tag to compare
  • fix: 修复为生成cs-xx目标生成的Bean反序列化代码中当Bean全名与当前类的某个字段同名时出现编译错误的bug
  • fix: 修复float和double类型range校验器的上界不存在时抛出异常的bug
  • fix: 消除Luban.Dart生成代码的bug

v3.13.0

03 Mar 08:00
Compare
Choose a tag to compare
  • [new] add Dart-json code target (#193)
  • [new] 读取flags类型enum时,支持通过sep指定分割符

fix some bugs

03 Feb 02:29
Compare
Choose a tag to compare
  • [fix] 修复当配置根目录及上级目录中以'.'之类字符开头时,错误地忽略了所有文件的bug
  • [opt] 当错误地对Bean类型字段使用多行限定列格式时,抛出更清晰的错误信息而不是空指针异常

some new features

20 Dec 03:35
Compare
Choose a tag to compare
  • [change] 支持设置默认variant,如 -v default=zh
  • [fix] 修复加载yaml源数据时,bool类型数据只能识别true|false而不能识别1|0之类格式的bug (#186)
  • [upgrade] 升级Newtonsoft.Json.Bson、Scriban、NLog、Google.Protobuf、ExcelDataReader版本

fix some bugs

02 Dec 09:14
Compare
Choose a tag to compare
v3.10.0

[version] 提升版本号为v3.10.0

some new features

10 Oct 05:10
Compare
Choose a tag to compare
  • [new] code和data都支持指定lineEnding。使用code.lineEnding和data.lineEnding分别指定code和data的换行符,使用lineEnding同时指定代码和数据的换行符
  • [fix] 修复cs-editor-json生成嵌套容器类型代码的bug
  • [fix] 修复range=[1.1,2.2]这种浮点范围由于浮点精度的原因,失误地将边界值判定为越界的bug
  • [fix] 修复由于TrimBracePairs无法正确解析(range=(1,10])和(range=[1,10))这样的范围对的bug
0