Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: Unwatch/luban

Tags

v2.5.0

Toggle v2.5.0's commit message
[opt] 优化可空bean的流式格式,如果接下来的数据不为null|{}|<bean名>,则当作非空bean,直接读取后续数据

v2.4.0

Toggle v2.4.0's commit message
[new] 支持php-json

v2.3.1

Toggle v2.3.1's commit message
[change] typescript不再预留type关键字,因为此字段名太常见了

v2.3.0

Toggle v2.3.0's commit message
[new] 新增cpp-rawptr-bin目标

[change] cpp-bin目标改名为cpp-sharedptr-bin

v2.2.1

Toggle v2.2.1's commit message
[change] 读取luban.conf及json数据源支持额外的comma及注释

v2.2.0

Toggle v2.2.0's commit message
[refactor] 重构本地化相关代码

[new] 支持静态本地化,在导出数据时将text的key转成对应的language value

v2.1.14

Toggle v2.1.14's commit message
[fix] 修复为值类型bean的可空类型字段生成c#代码时未包含?引发编译错误的bug

v2.1.13

Toggle v2.1.13's commit message
[change] 生成失败时打印运行失败日志

v2.1.12

Toggle v2.1.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
实现java中的类型映射功能 (focus-creative-games#113)

v2.1.11

Toggle v2.1.11's commit message
[fix] 修复多维容器下生成typescript代码的错误