Skip to content

0.2.2

Compare
Choose a tag to compare
@q66 q66 released this 01 Nov 14:58
· 38 commits to master since this release

This is a bugfix release.

Changes:

  • Passing unions by value is now permitted on specific platforms:
    • Windows (x86 and x86_64), MIPS32/64, all 32-bit ARM, PowerPC
  • Initializer fixes in ffi.new
  • Fixed unary metamethods on newer versions of Lua
  • Expanded architecture identifier coverage
  • CI updates
  • Various fixes and cleanups