Skip to content

Functional v0.6.0

Latest
Compare
Choose a tag to compare
@line0 line0 released this 12 Mar 00:27

Changes

  • list.find and list.findInRange now return the index of the found item in the list as a second return value (thanks @Myaamori)
  • string.split: now takes an additional limit parameter to specify the maximum number of split operations (thanks @Myaamori)"

Fixes

  • util.assTimecode2ms: fixed a null-reference exception due to local tonumber reference being reassigned to nil (thanks @Myaamori)