未验证 提交 8dbd5d47 编写于 作者: B baoxingjie 提交者: GitHub

Update VERSIONS.md

## 3.2.2版本[2019-1-22]
(1)android环境的重大优化:减少编译的内存消耗,堆栈溢出问题
(2)空指针的保护策略
上级 40799f8c
......@@ -104,4 +104,12 @@ public Object execute(InstructionSet[] instructionSets,IExpressContext<String,Ob
(1)bugfix 在自定义操作符的情况下,调用 runner.getOutVarNames Api 可能引发的空指针问题
## 18、3.1.8版本[2018-1-30]
(1)增加扩展功能:ExpressRunner#setIgnoreConstChar(Boolean),设置可以忽略单字符操作,即 'a'自动变成"a"。
\ No newline at end of file
(1)增加扩展功能:ExpressRunner#setIgnoreConstChar(Boolean),设置可以忽略单字符操作,即 'a'自动变成"a"。
## 3.2.1版本[2018-2-23]
(1)增加扩展功能:ExpressRunner#setIgnoreConstChar(Boolean),设置可以忽略单字符操作,即 'a'自动变成"a"。
(2)增加接口来支持绑定自定义classloader的class的method:ExpressRunner#addFunctionOfClassMethod(String name, Class<?> aClass,...)。
## 3.2.2版本[2019-1-22]
(1)android环境的重大优化:减少编译的内存消耗,堆栈溢出问题
(2)空指针的保护策略
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册