Skip to content

对应版本号为2的Plugins

Compare
Choose a tag to compare
@chexiongsheng chexiongsheng released this 05 Sep 14:06
· 3714 commits to master since this release

1、支持直接js侧直接传ArrayBuffer
2、nested type的支持
3、指针不生成;
4、timer性能优化;
5、优化IsInitOnly,IsLiteral的静态字段,这种字段由于不变,不必每次都到C#获取(比如枚举值)。
6、如果在puerts所在的程序集找不到AutoStaticCodeRegister,就在所有程序集中找。