Luaj Changelog

What's new in Luaj 3.0

Jul 4, 2014
  • Support for lua 5.2.x features:
  • _ENV environments model.
  • yield from pcall or metatags.
  • Bitwise operator library.
  • It also includes miscellaneous improvements over luaj 2.0.x:
  • Better thread safety.
  • More compatible table behavior.
  • Better coroutine-related garbage collection.
  • Maven integration.
  • Better debug reporting when using closures.
  • Line numbers in parse syntax tree.

New in Luaj 0.97 (May 22, 2009)

  • Fix for tables with all of combination of array part, holes, and double keys. Double hash value will now match int hash value if double is actually an int. Fix to double hash code when fractions are present. Normalize doubles to integers more often.

New in Luaj 0.95 (Apr 26, 2009)

  • Add debug library, change libraries to use invoke(), fix to call stack processing when errors are thrown.

New in Luaj 0.93 (Apr 21, 2009)

  • Added optional debug and OS libraries.