jactl 1.3.1
Enhancements
#35 New list method windowSliding()
for operating on a sliding window of n elements at a time of a list
#37 Support for declaring and assigning multiple variables at once
Bug Fixes
#34 NullPointerException instead of NullError if null used for list/array index or map field
#36 Error referring to fully qualified class name within a script
#38 Better validation to prevent class name being allowed as expression value
#39 Converting regex capture variable to number can give NullPointerException for optional match
#40 Bracketed expression at end of line can cause "expected end of statement" error
Known Issues (fixed on trunk)
#42: Array equality is broken
#43: Runtime errors always show line number 1 no matter what line they occur on