AviatorScript 5.4.2
·
19 commits
to master
since this release
What's Changed
- Fix: NPE for
bigint/double/longfunction by @shuailung in #615 - Feat: adds new option
Options.EVAL_TIMEOUT_MSto set the execution timeout value in milliseconds. #629
For example, set the execution timeout to be 100 milliseconds:
AviatorEvaluator.setOption(Options.EVAL_TIMEOUT_MS, 100);Throw the TimeoutException when it exceeds. It's not precise and may hurt a little performance. Read the doc
- Fix:
Expression#getVariableFullNamesreturns the imported class names #597 - Feat: adds
Expression#getFunctionNamesto get all function names in the compiled script by @killme2008 in #631
Breaking changes
- Upgrade the JDK compiler version to 1.8
New Contributors
- @shuailung made their first contribution in #615
Full Changelog: aviator-5.4.1...aviator-5.4.2