Skip to content

jactl 1.2.0

Compare
Choose a tag to compare
@jaccomoc jaccomoc released this 17 Apr 05:34
· 265 commits to main since this release
  • #9: substring() and subList() now consistently support negative indices to mean offset from end of list/string, negative indices (representing offset from end) also supported for subscript access of lists and strings
  • #10: added new iterator methods for allMatch(), anyMatch(), and noneMatch()
  • #11: command line scripts now support .jactlrc file (with '-c' option to disable)