Skip to content

v0.16: Zig support, unit tests, typed arguments

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 16 Sep 18:31
· 20 commits to main since this release
b90acf7

image

  • Initial Zig scripting support was added. It lacks a proper API but all the foundation is in place up to and including build containers.
  • Unit tests were added, allowing us to not accidentally introduce regressions.
  • A new typed primitives mode has been added and made default, requiring a rebuild of all programs. The new mode uses registers instead of Variant where possible, and is quite a bit faster as a result.
  • Improved support for packed arrays in the C++ API. Packed arrays now have a wrapper class with proper methods.

What's Changed

Full Changelog: v0.15...v0.16