[0.7.0] - 2020-06-08
[0.7.0] - 2020-06-08
Added
- Added support for
continue
, compound assignments (+
), intersectional types, and numbers with underscores under theroblox
feature flag.
Fixed
- Fixed several parse errors with numbers.
Changed
- Removed types from
debug.traceback
arguments in the Lua 5.1 standard library - Made 4th argument to
CFrame.fromMatrix
optional (#113) - Made standard library aware that functions and
...
can return multiple values