Skip to content

Commit d3308cd

Browse files
committed
2.1.10版本说明
1 parent e2f7bd8 commit d3308cd

2 files changed

Lines changed: 20 additions & 2 deletions

File tree

Assets/XLua/CHANGELOG.txt

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
1-
v2.1.9 2017年8月10日
1+
v2.1.10 2017年9月18日
2+
新增特性
3+
1、新增DoNotGen配置,支持一个类型部分函数用反射,部分用生成;
4+
2、新增wrapper的emit;
5+
3、webgl支持;
6+
4、lua实现interface支持interface继承;
7+
5、window下支持android编译(由xdestiny110提供);
8+
6、打包时,如果没执行过“Generate Code”将报错;
9+
10+
变更
11+
1、 async_to_sync的改为resume错误时报错;
12+
2、il2cpp下,暂时去掉泛型的反射调用;
13+
3、升级到lua5.3.4并合入2017-9-1为止所有官方patch;
14+
15+
bug修复
16+
1、C#仅声明delegate和MulticastDelegate,通过反射创建lua function映射时crash;
17+
2、解决一些古老版本window(比如xp)的dll兼容问题;
18+
19+
v2.1.9 2017年8月10日
220
新增特性
321
1、新增最小生成模式(通过GEN_CODE_MINIMIZE切换),可以节省50%的text段空间;
422
2、新增xlua.util.createdelegate,支持在lua直接用C#函数创建delegate而不需要通过lua适配;

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
![](Assets/XLua/Doc/xLua.png)
22

33
[![license](http://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/Tencent/xLua/blob/master/LICENSE.TXT)
4-
[![release](https://img.shields.io/badge/release-v2.1.9-blue.svg)](https://github.com/Tencent/xLua/releases)
4+
[![release](https://img.shields.io/badge/release-v2.1.10-blue.svg)](https://github.com/Tencent/xLua/releases)
55
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-blue.svg)](https://github.com/Tencent/xLua/pulls)
66
[![Build status](https://travis-ci.org/Tencent/xLua.svg?branch=master)](https://travis-ci.org/Tencent/xLua)
77

0 commit comments

Comments
 (0)