[0.8.0] - 2020-08-24
[0.8.0] - 2020-08-24
Added
- Added support for
os.clock
. - Added
RaycastParams.new
. - Added support for
string.pack
,string.packsize
, andstring.unpack
to the Roblox standard library. - Added lint
compare_nan
to guard against comparing directly to nan (e.g.x ~= 0/0
). - Add lint
bad_string_escape
to guard invalid or malformed string escape sequences.
Fixed
- Fixed
coroutine.yield
only accepting coroutines as a first argument.