Releases: mimoo/fromager
Releases · mimoo/fromager
0.5.0
CHANGES:
- Produce an informative error message if ocamlformat is not installed
- Switch from To.ml to OTOML
- Add support for passing options to ocamlformat through
[ocamlformat_options]
table
0.4.0
CHANGES:
Remove version constraint on ocamlformat so that one can use whatever ocamlformat version they want.
0.3.1
CHANGES:
Fixed compilation issue with higher versions of ocaml.
0.3.0
CHANGES:
You can now enforce the ocamlformat version used.
0.2.0
CHANGES:
Fixed the ignored dirs/files feature. It now understands relative paths that start with ./
. Also, removed the debug printfs.