Skip to content

v1.2.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 08 Jun 15:08
· 11 commits to master since this release
3a45eb9

BSDiff v1.2.0

Diff since v1.1.1

This release uses the new ArgTools utility package to broaden the kinds of file/IO arguments that BSDiff supports to include command and pipeline arguments, allowing, for example:

patch = bsdiff(`gzcat old.tar.gz`, `gzcat new.tar.gz`)
bspatch(`gzcat old.tar.gz`, pipeline(`gzip -9`, "new_copy.tar.gz"), patch)

Merged pull requests: