jactl 1.4.0
Enhancements
#44 Backported to support Java 8
Bug Fixes
#42 Fixed equality for comparing arrays
#43 Fixed issue where line numbers for real-time errors always showed line 1
#45 pow() method on a long should not return an int
Known Issues (fixed on trunk)
#48 subList(0,0) and substring(0,0) return entire List/String instead of empty list/empty string
#49 Regex pattern starting with '=' (e.g. /=/) ignores any modifiers present