Skip to content

v1.1.0

Compare
Choose a tag to compare
@ldeniau ldeniau released this 19 Feb 16:01
· 80 commits to dev since this release

Minor bug fixes
Major libraries upgrade, including LuaJIT
Remove range syntax expr..expr[..expr] where expr evaluates to a number. This is the only feature that changed the semantics of Lua, and it required to patch the JIT for generating BC and IR code (not trivial).

Full Changelog: v1.0.0...v1.1.0