Skip to content

Releases: OCamlPro/ocp-indent

1.9.0

01 Oct 13:26

Choose a tag to compare

CHANGES:

  • Fix detection of let vs letin after a struct (#324, @Julow)
  • Treat |> as a monadic operator (#322, @nberth)
  • Prevent Args out of range error in ocp-indent-buffer (#327, @bcc32)
  • Fix "Missing ‘lexical-binding’ cookie" warning in Emacs (#329, @nojb)
  • Fix a bug where ocp-indent translate LF to CRLF when run on Windows instead
    of preserving the input's newlines. (#334, @nojb)
  • Add ocp-indent-gen-rules to support dune fmt like workflow with ocp-indent
    (#333, @NathanReb)

1.5

28 Feb 08:56

Choose a tag to compare

1.5

Lots of small and medium fixes

Small build fix over 1.4.2

01 Sep 09:39

Choose a tag to compare

1.4.2b

f*ing warn-error

1.4.2

26 Aug 16:43

Choose a tag to compare

This version features a few fixes, better, extensible support for syntax extensions, ppx extension points, match with exception, and improved editor support.