Skip to content

0.653

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 22 Nov 21:07
d19a5f0

What's Changed?

  • Optimized the vector dot product by up to 24%
  • Allow for x/y/z/X/Y/Z vector field access by registering a vector metatable
    with an __index method (Fixes #1521)
  • Fixed a bug preventing consistent recovery from parse errors in table types
  • Optimized k*n and k+n when types are known
  • Allow fragment autocomplete to handle cases like the automatic insertion of
    parens, keywords, strings, etc., while maintaining a correct relative positioning

New Solver

  • Allow for nil assignment to tables and classes with indexers

Internal Contributors:

Co-authored-by: Aaron Weiss [email protected]
Co-authored-by: Andy Friesen [email protected]
Co-authored-by: Aviral Goel [email protected]
Co-authored-by: Hunter Goldstein [email protected]
Co-authored-by: Varun Saini [email protected]
Co-authored-by: Vighnesh Vijay [email protected]
Co-authored-by: Vyacheslav Egorov [email protected]

Full Changelog: 0.652...0.653