Releases: neolithos/neolua
Releases · neolithos/neolua
NeoLua-0.9.14
Fix
- Test if the operator overload is correct was missing
- unpack, parameter check was wrong
- os.date conversion of time was strange
- Iteration bug
Download of binaries is on Codeplex.
NeoLua-0.9.13
Fix
- Bindingrestriction for LuaType:BindGetIndex was wrong
- LuaAssert method should call LuaError
Download of binaries is on Codeplex.
NeoLua-0.9.12
Added sandboxing to the compiler.
NeoLua-0.9.11
Changes
- string.gsub added
- Option names in io.read do not have a starting '*' anymore.
- type, tointeger, mininteger, maxinteger added to math
- table.move added
- equal executes line direct in NeoCmd
Download of binaries is on Codeplex.
NeoLua-0.9.10
Bug fixes:
- it should not allowed to call static members on instances
- Members Clear failed with IndexOutOfRangeException
Download:
Codeplex
NeoLua-0.9.9
Bug fixes
- Properties they are defined with new generate more then one property member under on name
- Stackoverflow, when during array auto convert
Download:
Codeplex