New
0.5.0 – Zig 0.14.0
this release, Ziglua 0.5.0, targets Zig version 0.14.0.
What's Changed
- Fix breaking change for signature of alignedAlloc by @robbielyman in https://github.com/natecraddock/ziglua/pull/149
- Implement toTuple and custom functions for toAny and pushAny by @axdank in https://github.com/natecraddock/ziglua/pull/123
- Refactor code to decl literals by @sea-grass in https://github.com/natecraddock/ziglua/pull/151
- Add compileError when a function is used where it is not supported by @sea-grass in https://github.com/natecraddock/ziglua/pull/152
- Support both zig-0.14 and zig-0.15-dev in main by @nurpax in https://github.com/natecraddock/ziglua/pull/154
- Breaking change for the type of sanitize_c (again) by @e0328eric in https://github.com/natecraddock/ziglua/pull/156
- fix(build): add -DLUA_BUILD_AS_DLL if building shared + Windows by @robbielyman in https://github.com/natecraddock/ziglua/pull/150
- improvement(build): add -Dlibrary_name for change name *.dll, *.so, *… by @yiv1 in https://github.com/natecraddock/ziglua/pull/157
- Add build option to provide an additional header file to the Lua compilation by @hubidubi13 in https://github.com/natecraddock/ziglua/pull/159
- Cross build luajit to aarch64-linux from x86 host by @fallenwood in https://github.com/natecraddock/ziglua/pull/160
- fix: update to latest Zig post Writergate by @robbielyman in https://github.com/natecraddock/ziglua/pull/163
- Cross build from aarch64 to x86_64-linux-gnu by @fallenwood in https://github.com/natecraddock/ziglua/pull/165
- Support zig 0.14 by @nurpax in https://github.com/natecraddock/ziglua/pull/169
- fix: Transition from
ArrayListtoArrayListUnmanagedby @robbielyman in https://github.com/natecraddock/ziglua/pull/174 - feat: toNumeric and checkNumeric by @robbielyman in https://github.com/natecraddock/ziglua/pull/173
New Contributors
- @sea-grass made their first contribution in https://github.com/natecraddock/ziglua/pull/151
- @e0328eric made their first contribution in https://github.com/natecraddock/ziglua/pull/156
- @yiv1 made their first contribution in https://github.com/natecraddock/ziglua/pull/157
- @hubidubi13 made their first contribution in https://github.com/natecraddock/ziglua/pull/159
- @fallenwood made their first contribution in https://github.com/natecraddock/ziglua/pull/160
Full Changelog: https://github.com/natecraddock/ziglua/compare/0.4.0...0.5.0