Releases: pedropark99/zig-book
Releases · pedropark99/zig-book
v0.6.7
What's Changed
- Add a new and small chapter to talk about SIMD and Vectors in Zig by @pedropark99 in #48
Full Changelog: v0.6.6...v0.6.7
v0.6.6
What's Changed
Full Changelog: v0.6.5...v0.6.6
v0.6.5
What's Changed
- Add section to describe type casting in Zig by @pedropark99 in #44
Full Changelog: v0.6.4...v0.6.5
v0.6.4
What's Changed
- Add section to explain the
translate-c
subcommand of the zig compiler. - Fix
@cCompile
issue reported at #39 .
Full Changelog: v0.6.3...v0.6.4
v0.6.3
What's Changed
- Add small section to describe useful string functions from the Zig Standard Library by @pedropark99 in #42
Full Changelog: v0.6.2...v0.6.3
v0.6.2
What's Changed
- Add fix to solve issue #33.
- Add a acknowledge section in the homepage of the book to thank every contributor.
- Add section to explain labeled switchs, as recommended at #35.
Full Changelog: v0.6.1...v0.6.2
v0.6.1
v0.6.0
What's Changed
- Add new chapter about threads in Zig by @pedropark99 in #38. The idea behind this new chapter is not only to demonstrate how to use threads in Zig, but also, to introduce threads for those who have never seem or used threads before.
- Add contribution guidelines to the project.
- Add a license file to the project. The license of the project was already well defined on the README and also inside the book itself. But the project was lacking a LICENSE file.
Full Changelog: v0.5.1...v0.6.0
v0.5.1
What's Changed
- Fixed a typo by @martinconic in #34
New Contributors
- @martinconic made their first contribution in #34
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
This is a big release for the book. Because it adds two new chapters, which are:
- a chapter about the interaction between Zig and C, i.e. how to use and call C code from Zig.
- a chapter about a small project involving a image filter.
This is a big release because these two chapters complement each other, and also, they together give a good explanation on how to use C code in Zig, filling some important gap in knowledge about Zig. By @pedropark99 in #32.
Full Changelog: v0.4.6...v0.5.0