AviatorScript 5.3.0
·
117 commits
to master
since this release
Release 5.3.0 officially, main changes:
- Supports interpreter mode, you can use aviatorscript on android(or other not-standard JVM) right now. See InterpreterExample and doc. #403 #334 #29
- Fixed assign and define operator can't work when enable
TRACE_EVAL
. #408 - Implements
ApplicationContextAware
forSpringContextFunctionLoader
. NowSpringContextFunctionLoader
can be managed by spring container.