Skip to content

v3.0.0

Compare
Choose a tag to compare
@tilkinsc tilkinsc released this 21 Jun 09:30
· 54 commits to main since this release

Full Changelog: v2.0.0...v3.0.0

  • Added luajit local test folder to gitignore
  • Reworded and reformatted README.md
    Updated examples for new changes present in this commit
  • In all Lua versions, fixed oversight where:
    • Returned function pointers were not nullable
    • Sending null function pointers sent Nullable rather than T
    • It was not possible to send null pointers some places
      which are handled gracefully by the lua api
  • Ensured all function delegates match NULL expectations in function
    arguments and returns
  • Converted a ref to an out as an identified output variable
  • Bump project version