Skip to content

AviatorScript 5.3.0

Compare
Choose a tag to compare
@killme2008 killme2008 released this 18 Nov 06:21
· 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 for SpringContextFunctionLoader. Now SpringContextFunctionLoader can be managed by spring container.