Skip to content

0.8.5

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Jun 20:20
· 61 commits to main since this release
cf513c6

Changed

  • Improved table pretty formatting when using print, warn, and stdio.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.