History
- 1.1 [24/Jan/2007]
-
- changes to comply with Lua 5.1 API;
- included LUA_MULTRET as a
LuaState
constant; - corrected bug on
LuaObject.call
on the order of the results.
- 1.0 [22/Jun/2005]
-
- improved error handling;
- dropped JDK 1.3 compatibility;
- windows binaries compatible with LuaBinaries 5.0.2 Release 2;
- new documentation format.
- 1.0 Beta 4 [21/Jan/2005]
-
- package renamed to "org.keplerproject.luajava";
- LuaObject.getLuaState is now public;
- new function LuaObject.type();
- JavaFunction.foo() renamed to JavaFunction.execute();
- method called by javaLoadLib now can return an int.
- 1.0 Beta 3 [21/Sep/2004]
-
- new function in lua luajava.loadLib, that opens libraries for Lua written in Java;
- function LuaState.setGlobal now receives String, to work like Lua setglobal;
- JavaFunction.foo() throws LuaException;
- new function LuaState.pushString(byte[]);
- Bugs linking some lua functions to Java;
- minor bug fixes.
- 1.0 Beta 2 [07/Jul/2004]
-
- now supports multi-threading;
- new function LuaState.close() that should be called to close the state;
- LuaState was missing some functions;
- many bug fixes.
- 1.0 Beta 1 [28/Jun/2004]