Skip to content

jactl 1.4.0

Compare
Choose a tag to compare
@jaccomoc jaccomoc released this 14 Dec 23:45
· 149 commits to main since this release

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