Skip to content

Aviator 4.2.8 released

Compare
Choose a tag to compare
@killme2008 killme2008 released this 19 Dec 04:03
· 510 commits to master since this release

Main changes:

  • Fixed #181
  • Wraps function returned value to ensure it's not null (replaced by AviatorNil automatically). For example, it will throw a NullPointerException on runtime if the custom function returns java's null right now, you should return AviatorNil.Nil instead. But with this improvement, you can just return the null in custom functions, aviator will replace the null with AviatorNil automatically for you.