Skip to content

Aviator 4.2.2 released

Compare
Choose a tag to compare
@killme2008 killme2008 released this 05 Sep 05:46
· 563 commits to master since this release

Main features:

  • Added new methods AviatorEvaluator.addStaticFunctions(namespace, clazz) and AviatorEvaluatorInstanc#addStaticFunctions(namespace, clazz) to import class public static methods as custom functions under namespace #155
  • Breaking change: the regular pattern's value is the compiled java Pattern instance, it's a string before.
  • Improve runtime exceptions.