Releases: SasLuca/zig-nanoid
Releases · SasLuca/zig-nanoid
Version 1.0.4
Version 1.0.3
- Updated build script to work with latest zig master version.
Version 1.0.2
- Basic generation functions now return a raw byte array.
- Examples now don't require allocators and use
std.crypto.random
instead ofDefaultCsprng
. - Updated documentation.
- Added changelog.
Version 1.0.1
Initial release following some adjustments and bug fixes.