Skip to content

v4.1.3

Latest

Choose a tag to compare

@DQinYuan DQinYuan released this 15 Aug 14:00
  • Feat: added LazyArgCustomFunction for custom Java functions that need lazy argument evaluation and short-circuit behavior #438 , Thanks @yuxwang-wiley
  • Fix: loop control-flow bugs involving empty loop bodies and try/catch blocks #447 #448 , Thanks @chenjunwenhao
  • Fix: parsing ambiguity around <, <=, <>, generic types, and diamond syntax #455 , Thanks @qchole
  • Fix: getOutVarNames, so for-each loop variables are treated as local variables, not external dependencies #463 , Thanks @jianjindream