Skip to content

[Deprecated] Aviator 5.0.0 releases

Compare
Choose a tag to compare
@killme2008 killme2008 released this 26 Apr 13:35
· 369 commits to master since this release

Deprecated, please use 5.2.6 and above versions.

I am happy to announce that AviatorScript 5.0.0 is released. Main changes since 5.0.0-RC2:

  • Adds main class com.googlecode.aviator.Main to execute aviator scripts.
  • Adds bootstrap shell script aviator to wrap the main class and download/upgrade logics. See doc how to use it.
  • count(nil) returns 0 instead of throwing an exception.
  • AviatorFunction extends java Runnable and Callable interface, now you can pass a aviator function to Thread constructor:
let t = new Thread(lambda() -> p('run'); end);
start(t);
  • Fixed some bugs:
    • try statement can't only be with finally without catch statements.
    • NPE in parser.