Skip to content

v0.4.0

Latest
Compare
Choose a tag to compare
@robbielyman robbielyman released this 28 Apr 15:18
· 17 commits to main since this release

Highlights

  • The package and module are renamed from ziglua to zlua. This is to follow Zig conventions to not include the word "zig" in the name to avoid redundancy. The repo is still called ziglua.
  • Improved documentation.
  • Lua version updates: Lua 5.4.7 and Luau 0.653.
  • Added zlua.define() function to generate Lua Language Server type annotation files.
  • zlua.wrap() now supports functions that return error unions.

What's Changed

New Contributors

Full Changelog: 0.3.0...0.4.0