Skip to content

Releases: comby-tools/comby

0.17.0

22 Jul 21:56
Compare
Choose a tag to compare
  • 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 using flags="-my-flags" will be appending to comby invocation in the current directory. This file can also be used to specify templates for the directory

0.16.0

08 Jul 05:49
Compare
Choose a tag to compare

Added:

  • -exclude option to exclude files

Updated source files to compile with OCaml 4.10.

0.15.0

27 Mar 19:30
Compare
Choose a tag to compare
  • exclude-dir option now accepts multiple comma-separated prefixes.

0.14.1

18 Mar 02:27
Compare
Choose a tag to compare

Bug fix for a ZIP64 issue reading the central directory on large ZIP64 files.

0.14.0

11 Mar 02:06
Compare
Choose a tag to compare
  • 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

03 Feb 05:49
Compare
Choose a tag to compare
  • Putting :[id()] in the rewrite template will generate a unique (with high probability) 12 character hex string. The method uses 48 bits. This is an experimental feature.

0.13.0

15 Jan 01:34
Compare
Choose a tag to compare

Change:

  • exempt underscore from inferred equality constraints (#160)

0.12.2

15 Jan 01:15
Compare
Choose a tag to compare
0.12.2 Pre-release
Pre-release
  • Adds ZIP64 read support.

0.12.1

13 Dec 05:12
Compare
Choose a tag to compare
0.12.1 Pre-release
Pre-release
  • Suppress printing out long strings if they time out.

0.12.0

27 Nov 20:05
Compare
Choose a tag to compare
0.12.0 Pre-release
Pre-release