Skip to content

1.0.0

Latest
Compare
Choose a tag to compare
@robbielyman robbielyman released this 03 Jan 03:58
· 1 commit to main since this release
  • 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