Releases: CannibalVox/luajitter
Releases · CannibalVox/luajitter
v1.1.8
v1.1.7
Bulk free temporary call args
Optimize unrolled table manipulation
v1.1.6 Pre-grow roll/unroll tables
v1.1.5
Add yieldable test
v1.1.4
Correctly initialize some objects
v1.1.3
More aggressively return errors
Another panic
v1.1.2 Also fix panic bug when an arg is nil
Fix panic bug
v1.1.1 Fix panic when loading call args return an error
Unrolled Tables
Added the ability to manipulate "unrolled" tables - tables represented as map[interface{}]interface{} in go. You can push tables into lua via this type, and also call .Unroll() on a *LocalLuaTable retrieved from luajitter to retrieve the table represented as a go map.
Go 1.14 Update, etc.
v1.0.2 Update to go 1.14, fix warnings, fix non-windows instructions to remo…