Skip to content

v0.3.0

Compare
Choose a tag to compare
@xpol xpol released this 04 Nov 02:10
· 121 commits to master since this release
  • Follow integers are encoded as integers.
    • Lua 5.3 integers.
      -Integers stored in double and in between:
      • [INT64_MIN..INT64_MAX] on 64 bit Lua or
      • [INT32_MIN..INT32_MAX] in 32 bit Lua.
  • CI scripts updated, thanks @ignacio