jactl v1.1.0
- #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