Releases: blockblaz/ssz.zig
Releases · blockblaz/ssz.zig
v0.0.3
In this release:
- Support for the allocation of some pointers
- Support for custom struct encoder/decoder
- Support for altenative hashing algorithms
- Turn the library into an importable module
- Move to zig version 0.13.0
- Support for
List[N]
andBitlist[N]
- Deprecate support for
[]bool
- Various code cleanup
Full Changelog: v0.0.2...v0.0.3
v0.0.2
What's Changed
- make constants out of non-changing variables by @Godspower-Eze in #9
- Has a
build.zig.zon
for import as a module
New Contributors
- @Godspower-Eze made their first contribution in #9
Full Changelog: v0.0.1...v0.0.2
First release
Pegged to zig version 0.11.0.