Skip to content

Releases: arnodel/golua

Golua 5.5 v0.2.0

18 Feb 22:24

Choose a tag to compare

This is a major upgrade, now implementing version 5.5 of the Lua language!

All new features of the languages are implemented

  • global statement (available as soft or reserved keyword)
  • readonly for variables
  • named varargs
  • new standard library functions

Plus

  • using weak.Pointer when available to implement __gc
  • various bug fixes

What's Changed

Full Changelog: v0.1.2...v0.2.0

Golua 5.4 v0.1.2

19 Nov 13:19
ebe9f09

Choose a tag to compare

What's Changed

  • Decrease number of expected time iterations in flaky time quotas test by @arnodel in #112
  • fix: fix iter over table with zero as key by @vaniog in #113

New Contributors

Full Changelog: v0.1.1...v0.1.2

Golua 5.4 v0.1.1

17 Nov 10:50
f3b8356

Choose a tag to compare

This fixes #110 (unable to compile on js platform)

What's Changed

  • Update documentation of Table.Next by @arnodel in #107
  • Do not use syscall for clock implementation on js platform by @arnodel in #111

Full Changelog: v0.1.0...v0.1.1

Golua 5.4 v0.1.0

15 Dec 21:09
930ae2d

Choose a tag to compare

First version tag, implements Lua 5.4

What's Changed

New Contributors

  • @arnodel made their first contribution in #1
  • @TorchedSammy made their first contribution in #88
  • @TheCount made their first contribution in #96

Full Changelog: https://github.com/arnodel/golua/commits/v0.1