Skip to content

LuaUnit v3.2

Compare
Choose a tag to compare
@bluebird75 bluebird75 released this 11 Oct 13:31
· 624 commits to master since this release

Version 3.2 - 12. Jul 2016

  • distinguish between failures (failed assertion) and errors
  • add command-line option to stop on first error or failure
  • support for new versions: Lua 5.3 and LuaJIT (2.0, 2.1 beta)
  • validation of all lua versions on Travis CI and AppVeyor
  • added compatibility layer with forked luaunit v2.x
  • added documentation about development process
  • improved support for table containing keys of type table
  • small bug fixes, several internal improvements