Skip to content

Releases: sackosoft/zig-luajit

v3.0.0 - Zig 0.16.0 - 2026-05-08

Choose a tag to compare

@thsackos thsackos released this 08 May 12:53
11887ff

What's Changed

Full Changelog: v2.0.1...v3.0.0

v2.0.1 - Zig 0.15.1 - 2025-09-01

Choose a tag to compare

@thsackos thsackos released this 02 Sep 12:45

Update to support Zig 0.15.1 on main

Full Changelog: v2.0.0...v2.0.1

v2.0.0

Choose a tag to compare

@thsackos thsackos released this 22 May 03:12
3406221

What's Changed

  • [Breaking Change] Fix checkArgument logical error by @thsackos in #18

Full Changelog: v1.5.4...v2.0.0

v1.5.4

Choose a tag to compare

@thsackos thsackos released this 18 May 02:12

Updated to luajit-build 1.5.4, Zig 0.15.0-dev.565+8e72a2528

v1.5.3

Choose a tag to compare

@thsackos thsackos released this 12 Mar 00:58

Zig 0.14.0 Released

Choose a tag to compare

@thsackos thsackos released this 06 Mar 02:54

This release tracks the official release of Zig 0.14.0: https://ziglang.org/download/0.14.0/release-notes.html

v1.5.1

Choose a tag to compare

@thsackos thsackos released this 04 Mar 15:00
b612f36

What's Changed

  • Adopt changes to Zig packages in 0.14.0-dev.3460 by @thsackos in #14

Full Changelog: v1.5.0...v1.5.1

v1.5.0

Choose a tag to compare

@thsackos thsackos released this 27 Feb 15:27
0dd090d

Version 1.5.0 is the first "Official" release of zig-luajit now that it has reached 100% Zig API coverage of the backing C interface.

What's Changed

  • ⭐Add support for lua.getUpvalue() and lua.setUpvalue() by @thsackos in #12

Full Changelog: v1.4.0...v1.5.0

v1.4.0

Choose a tag to compare

@thsackos thsackos released this 27 Feb 15:01
144f97e

What's Changed

  • Add support for lua.getHook(), lua.getHookMask(), lua.getHookCount() by @thsackos in #10
  • Add support for lua.getLocal() and lua.setLocal() by @thsackos in #11

Full Changelog: v1.3.0...v1.4.0

v1.3.0

Choose a tag to compare

@thsackos thsackos released this 27 Feb 02:50
6dfe267

What's Changed

  • Add support for Lua.HookFunction and lua.setHook() by @thsackos in #9

Full Changelog: v.1.2.1...v1.3.0