Releases: hyee/JNLuaJIT
Releases · hyee/JNLuaJIT
0.9.6.2
0.9.6.1
- When pushing Java Array(
Object[]
) into Lua stack, automatically convert it into Lua table recursively, no impact to Java Collections and Maps - Fix the issue of converting
big
Java number into lua number, and in the case ofdouble
cannot correctly be converted from very big number, then push it into a Luastring
- Supports the
jit
module - Fix the issue of JNLua not being able to push the full-root error messasge into Lua(class
LuaError
) - Merged from other changes to provide the interface to limited the memory of LuaState
Applicable to: Lua 5.1, LuaJIT
Clone from google
The binary files are clone from google code