0.8.5
Changed
-
Improved table pretty formatting when using
print
,warn
, andstdio.format
:- Keys are sorted numerically / alphabetically when possible.
- Keys of different types are put in distinct sections for mixed tables.
- Tables that are arrays no longer display their keys.
- Empty tables are no longer spread across lines.
Fixed
- Fixed formatted values in tables not being separated by newlines.
- Fixed panicking (crashing) when using
process.spawn
with a program that does not exist. - Fixed
instance:SetAttribute("name", nil)
throwing an error and not removing the attribute.