Skip to content

v2.2

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Sep 17:03
· 81 commits to main since this release
76b1515

Added

  • Added debuglocals([level]) library API.
  • Added debugstack([thread, ][level, ntop, nbase, ...]) library API.
  • Added strsplittable(delim, str[, limit]) library API.
  • Added support for object name replacements in handled errors.

Changed

  • Fixed an issue where secureexecuterange() would not pass through additional arguments to the supplied function.
  • Fixed an issue where strsplit() would ignore the value supplied to the limit parameter.
  • Fixed various correctness issues with strsplit() and processing of parameters with embedded null characters.