New
v0.3.0
Full Changelog: https://github.com/ianprime0509/zig-gobject/compare/v0.2.2...v0.3.0
The main highlight of this release is that the project has been updated to Zig 0.14.0 as the baseline supported version. There are also a few other notable changes:
- Breaking change: Object property definitions have been simplified. The
readableandwritableflags have been removed in favor of making accessor functions optional. See 4cb495f45d6286f03772fa2823720dcc550f008f for more details. - A new build helper,
buildCompileResources, has been added, which allows constructing a GResource bundle from lazy paths rather than a staticgresources.xmldescriptor. - The binding generator should now be more usable as its own package thanks to a contribution by @jcollie (#97).
- Various other bug fixes and code cleanups.
Thank you to everyone who contributed code, issue reports, and suggestions to this release!