Skip to content

0.608

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Jan 22:33
f31232d

Old Solver:


  • Fix a bug in the old solver where a user could use the keyword typeof as the name of a type alias.
  • Fix stringification of scientific notation to omit a trailing decimal place when not followed by a digit e.g. 1.e+20 -> 1e+20

New Solver

  • Continuing work on the New non-strict mode
  • Introduce keyof and rawkeyof type function for acquiring the type of all keys in a table or class (luau-lang/rfcs#16)

Co-authored-by: Aaron Weiss [email protected]
Co-authored-by: Alexander McCord [email protected]
Co-authored-by: Andy Friesen [email protected]
Co-authored-by: Aviral Goel [email protected]
Co-authored-by: Lily Brown [email protected]
Co-authored-by: Vyacheslav Egorov [email protected]
Co-authored-by: Vighnesh Vijay [email protected]