Skip to content

jactl v1.1.0

Compare
Choose a tag to compare
@jaccomoc jaccomoc released this 12 Apr 08:01
· 294 commits to main since this release
  • #1: Added support for capture variables to be treated as numeric where possible when using n regex modifier
  • #2: Fixed bug where numeric arguments to built-in functions where not being coerced (e.g. long was not being coerced to int)
  • #3: Added checks to prevent async blocking called inside toString() method
  • #5: Added code to check that async suspension does not occur during auto-creation of class instances