Auto generated release notes this time! I figured it would be good to make an official release targeting Zig 0.13.0.
The biggest changes are support for Luau, preliminary LuaJIT support, major restructuring of the code in the repository, and various fixes. Documentation is still a work in progress.
What's Changed
Be able to compile with latest zig by @davidgranstrom in https://github.com/natecraddock/ziglua/pull/28
Add Luau support by @natecraddock in https://github.com/natecraddock/ziglua/pull/36
Remove vendored code and update to latest module api by @natecraddock in https://github.com/natecraddock/ziglua/pull/43
Simplify the structure of the library by @natecraddock in https://github.com/natecraddock/ziglua/pull/46
Expose Luau bytecode loading API, add example by @nurpax in https://github.com/natecraddock/ziglua/pull/38
Add support for tagged userdata and userdata destructors by @nurpax in https://github.com/natecraddock/ziglua/pull/45
Expose Luau 3-vectors support by @nurpax in https://github.com/natecraddock/ziglua/pull/41
Add support for user atoms and namecalls by @nurpax in https://github.com/natecraddock/ziglua/pull/48
Add preliminary LuaJIT support by @natecraddock in https://github.com/natecraddock/ziglua/pull/53
Combine all library files into a single lib.zig by @natecraddock in https://github.com/natecraddock/ziglua/pull/54
Added comptime convenience functions by @VisenDev in https://github.com/natecraddock/ziglua/pull/55
Enums and slices support by @VisenDev in https://github.com/natecraddock/ziglua/pull/60
fix: update to latest zig by @ryleelyman in https://github.com/natecraddock/ziglua/pull/65
Parsing memory fixes by @VisenDev in https://github.com/natecraddock/ziglua/pull/63
Fix and simplify library opening by @natecraddock in https://github.com/natecraddock/ziglua/pull/68
Add support for tagged unions, vectors and arrays in pushAny and toAny by @T1nk3r1 in https://github.com/natecraddock/ziglua/pull/66
Many changes to String and Bytes functions by @natecraddock in https://github.com/natecraddock/ziglua/pull/72
Make Lua an opqaque by @natecraddock in https://github.com/natecraddock/ziglua/pull/73
build: update to latest zig by @theoparis in https://github.com/natecraddock/ziglua/pull/76
update outdated LazyPath constructors by @bfredl in https://github.com/natecraddock/ziglua/pull/82
New Contributors
@davidgranstrom made their first contribution in https://github.com/natecraddock/ziglua/pull/28
@natecraddock made their first contribution in https://github.com/natecraddock/ziglua/pull/36
@nurpax made their first contribution in https://github.com/natecraddock/ziglua/pull/38
@VisenDev made their first contribution in https://github.com/natecraddock/ziglua/pull/55
@T1nk3r1 made their first contribution in https://github.com/natecraddock/ziglua/pull/66
@theoparis made their first contribution in https://github.com/natecraddock/ziglua/pull/76
@bfredl made their first contribution in https://github.com/natecraddock/ziglua/pull/82
Full Changelog: https://github.com/natecraddock/ziglua/compare/0.2.0...0.3.0