Skip to content

Releases: robbielyman/EmbedFile.zig

1.0.0

03 Jan 03:58
Compare
Choose a tag to compare
  • feat: adds writeSources, which creates and returns a named WriteFile step which collects everything the EmbedFile step touches and outputs it into one directory.

  • feat: one can now use the embed-file executable standalone if desired.

  • BREAKING CHANGE: the signatures of addFile and addDirectory have changed. taking sub_path as an argument was incorrect.

  • BREAKING CHANGE: createModule is removed; instead use embed_file.module directly.

  • 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 the EmbedFile step being rerun. addFile does not suffer from this deficiency, so users should prefer using it.

Full Changelog: 0.1.1...1.0.0

0.1.1

01 Jan 00:16
Compare
Choose a tag to compare

fix: cache hit depends on file contents as well as names

Full Changelog: 0.1.0...0.1.1

EmbedFile.Zig 0.1.0

31 Dec 19:46
Compare
Choose a tag to compare

compatible with Zig 0.13.0