Skip to content

0.572

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Apr 18:23
d141a5c

Analysis Changes

  • Fixed exported types not being suggested in autocomplete
  • T... is now convertible to ...any #767
  • Fixed issue with T? not being convertible to T | T or T? (sometimes when internal pointer identity is different)
  • Fixed potential crash in missing table key error suggestion to use a similar existing key

API changes

  • Add lua_getuserdatadtor by @petrihakkinen in #870
  • lua_topointer now returns a pointer for strings

For extra notes about internal development, you can read #899