Skip to content

0.2.4

Latest

Choose a tag to compare

@q66 q66 released this 04 Feb 14:08
· 3 commits to master since this release

This is a bugfix and feature release.

Changes:

  • Lua 5.5 support
  • Change typedef behavior to match LuaJIT
  • Handle __new metamethod correctly
  • Fixed :free() on callbacks
  • Disabled passing unions by value on 32-bit ARM
  • Refactored table initializer support to init structs in arrays
  • A large amount of bug fixes