Skip to content

0.2.0 (2016-08-05)

Compare
Choose a tag to compare
@artob artob released this 04 Aug 23:05
· 44 commits to master since this release
0.2.0

Added

  • Added Lua.call_chunk!/3 and Lua.call_function!/3.
  • Added Lua.gc/1.
  • Added Lua.load/2, Lua.load!/2, Lua.load_file/2, Lua.load_file!/2.
  • Added Lua.set_table/3.
  • Added Lua.State.wrap/1, Lua.State.unwrap/1.