Releases: robbielyman/EmbedFile.zig
1.0.0
-
feat: adds
writeSources, which creates and returns a namedWriteFilestep which collects everything theEmbedFilestep touches and outputs it into one directory. -
feat: one can now use the
embed-fileexecutable standalone if desired. -
BREAKING CHANGE: the signatures of
addFileandaddDirectoryhave changed. takingsub_pathas an argument was incorrect. -
BREAKING CHANGE:
createModuleis removed; instead useembed_file.moduledirectly. -
KNOWN ISSUE: the Zig build system appears to cache too eagerly when using
addDirectory—changing the contents of a file inside the directory may not result in theEmbedFilestep being rerun.addFiledoes not suffer from this deficiency, so users should prefer using it.
Full Changelog: 0.1.1...1.0.0
0.1.1
fix: cache hit depends on file contents as well as names
Full Changelog: 0.1.0...0.1.1
EmbedFile.Zig 0.1.0
compatible with Zig 0.13.0