BSDiff v1.2.0
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:
- use ArgTools for read/write argument handling and testing (#44) (@StefanKarpinski)
- Project.toml: add compat for ArgTools (#45) (@StefanKarpinski)