AviatorScript 5.3.1
killme2008
released this
04 Apr 08:34
·
108 commits
to master
since this release
Main changes:
- Adds new method
AviatorEvaluatorInstance.aliasOperator(OperatorType, String)
to set an alias token for logical&&
and||
operator, read the doc. - Improve
[]
index operator and seq functions performance when processing arrays. - Fixed #431
Expression#getVariableNames
returns wrong result in nested scope. - Fixed
AviatorEvaluator.execute(String, Map)
not work with global caching.
主要改动: