Skip to content

0.534

Compare
Choose a tag to compare
@zeux zeux released this 01 Jul 00:09
· 625 commits to master since this release
6467c85

Analysis changes

  • Fix a bug in parser that erroneously permitted type packs with named elements in generic types, e.g. Foo<(a: number, b: number)> isn't valid syntax
  • Fix a bug in parser that erroneously truncated hexadecimal or binary literals that are longer than 64-bit; these literals are now rejected (#518)

Runtime changes

  • Implement support for __len metamethod for tables, and a rawlen builtin function (RFC #536)
  • Improve performance of iteration through tables

Community contributions