New features:
- Allow pattern matching on multiple values.
- Add
io.setformat, which allows us to set a default format for allechostatements. - Add
str->partition. - Add format option for
echo. - Allow
=syntax intables. - Add
'b'option tobool->tostr. - Add
bool->tobyte. - Add
table->setdefault.
C API:
- Add function to allow us to disable
echofrom the C API. - Add
YASL_getvargsstartto get us the starting index of the variadic arguments. - Add
YASL_floattostrto convert floats to string in the same way asfloat->tostr.