Releases: comby-tools/comby
Releases · comby-tools/comby
0.17.0
- Fix: don't traverse directories if exact paths are specified on the command line
- Feature: TOML file format for specifying templates
- Feature:
.comby
file in TOML format, where usingflags="-my-flags"
will be appending tocomby
invocation in the current directory. This file can also be used to specify templates for the directory
0.16.0
Added:
-exclude
option to exclude files
Updated source files to compile with OCaml 4.10.
0.15.0
exclude-dir
option now accepts multiple comma-separated prefixes.
0.14.1
Bug fix for a ZIP64 issue reading the central directory on large ZIP64 files.
0.14.0
- Use custom labels to refer to the same
id
when generating unique identifiers in rewrite templates. E.g.,
func foo_:[id(unique_label)]() {...}
var my_function = foo_:[id(unique_label)]
- Fixes a ZIP64 bug when reading a large value for the central directory.
0.13.1
0.13.0
0.12.2
- Adds ZIP64 read support.
0.12.1
- Suppress printing out long strings if they time out.
0.12.0
- Adds experimental optional holes.