Skip to content

NeoLua-1.2.8

Compare
Choose a tag to compare
@neolithos neolithos released this 05 Aug 12:59
· 219 commits to master since this release

Bug fixes:

  • LuaMethod should use only the DeclaringType and not the RuntimeType for the invoke binding (ccf5184)
  • Access to already closed files (#44)
  • Index out of range in case callArgs for Run is null (#43)
  • TypeMatch of object to string is to much (8d4a060)
  • Unexpected result for char vs string (#42)
  • Wrong number formatting ("%02d" for 55 resulted in 055 instead (42d351e)