Skip to content

Releases: CannibalVox/luajitter

v1.1.8

22 Apr 04:17
Compare
Choose a tag to compare
Pool unrolled tables, entries, and values

v1.1.7

21 Apr 23:01
Compare
Choose a tag to compare
Bulk free temporary call args

Optimize unrolled table manipulation

18 Apr 19:37
Compare
Choose a tag to compare
v1.1.6

Pre-grow roll/unroll tables

v1.1.5

18 Apr 00:58
Compare
Choose a tag to compare
Add yieldable test

v1.1.4

11 Apr 00:00
Compare
Choose a tag to compare
Correctly initialize some objects

v1.1.3

10 Apr 21:11
Compare
Choose a tag to compare
More aggressively return errors

Another panic

10 Apr 21:05
Compare
Choose a tag to compare
v1.1.2

Also fix panic bug when an arg is nil

Fix panic bug

10 Apr 21:00
Compare
Choose a tag to compare
v1.1.1

Fix panic when loading call args return an error

Unrolled Tables

09 Apr 00:29
Compare
Choose a tag to compare

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.

01 Apr 02:53
Compare
Choose a tag to compare
v1.0.2

Update to go 1.14, fix warnings, fix non-windows instructions to remo…