Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-08-29 | 1.5 kB | |
v1.4.0 source code.tar.gz | 2025-08-29 | 9.2 MB | |
v1.4.0 source code.zip | 2025-08-29 | 9.3 MB | |
Totals: 3 Items | 18.5 MB | 15 |
This release brings a big update to the book. Most of the updates were in code examples, more specifically, to fit them into the new Writer
and Reader
interface that was introduced in Zig 0.15.
What's Changed
- Update book code examples to Zig 0.15. Reported at [#182] and fixed by @pedropark99 in https://github.com/pedropark99/zig-book/pull/183
- Change CSS style of code snippets when book is in dark mode. Reported at [#113] and fixed by @pedropark99 in https://github.com/pedropark99/zig-book/pull/183
- Move Allocator to be the first parameter in function by @gaissmai in https://github.com/pedropark99/zig-book/pull/178
- Fix typo by @subdigital in https://github.com/pedropark99/zig-book/pull/173
- Fix typo by @gaissmai in https://github.com/pedropark99/zig-book/pull/174
- Fix typo by @gaissmai in https://github.com/pedropark99/zig-book/pull/175
- Fix typo by @gaissmai in https://github.com/pedropark99/zig-book/pull/179
- Fix typo by @ariel-anieli in https://github.com/pedropark99/zig-book/pull/171
- Add new contributors to the list by @pedropark99 in https://github.com/pedropark99/zig-book/pull/180
New Contributors
- @subdigital made their first contribution in https://github.com/pedropark99/zig-book/pull/173
- @gaissmai made their first contribution in https://github.com/pedropark99/zig-book/pull/174
- @ariel-anieli made their first contribution in https://github.com/pedropark99/zig-book/pull/171
Full Changelog: https://github.com/pedropark99/zig-book/compare/v1.3.6...v1.4.0