Skip to content

Releases: ocaml-dune/pp

2.0.0

16 Sep 07:56
b6741dd
Compare
Choose a tag to compare

CHANGES:

  • Prepare release (#21, @mbarbin)

    • Upgrade to ocamlformat.0.26.2.
    • Fmt the code
    • Add CI badge to README
    • Upgrade GitHub workflow actions dependencies (checkout@v4, setup-ocaml@v3)
    • Add more validation steps in CI
    • Add ocamlformat as dev-setup dependency
  • Add Pp.verbatimf. (#18, @mbarbin)

  • Add Pp.paragraph and Pp.paragraphf (#19, @Alizter)

  • Remove of_fmt constructor. (#17, @Alizter)

1.2.0

15 Sep 08:55
83b68c7
Compare
Choose a tag to compare

CHANGES:

1.1.2

31 Mar 09:39
Compare
Choose a tag to compare

CHANGES:

  • Add of_fmt to compose with existing pretty printers written in Format
    (#1, @Drup).

  • Use a tail-recursive List.map to fix a stack overflow issue (#3,
    @emillon)

  • Add Pp.custom_break (#4, @gpetiot)

  • Add Ast sub-module to expose a stable representation for
    serialization, allowing to do the rendering in another process (#6,
    @rgrinberg)

1.1.1

31 Mar 08:15
Compare
Choose a tag to compare

CHANGES:

  • Add of_fmt to compose with existing pretty printers written in Format
    (#1).

  • Use a tail-recursive List.map to fix a stack overflow issue (#3,
    @emillon)

  • Add Pp.custom_break (#4, @gpetiot)

  • Add Ast sub-module to expose a stable representation for
    serialization, allowing to do the rendering in another process (#6)

1.1.0

31 Mar 06:59
Compare
Choose a tag to compare

CHANGES:

  • Add of_fmt to compose with existing pretty printers written in Format
    (#1).

  • Add Ast sub-module to expose a stable representation for serialization. (#6)

1.0.1

18 Mar 12:03
Compare
Choose a tag to compare

CHANGES:

  • Fix compat with OCaml 4.04

1.0.0

18 Mar 10:55
Compare
Choose a tag to compare

CHANGES:

  • Initial release