Skip to content

3.7.0

Compare
Choose a tag to compare
@kit-ty-kate kit-ty-kate released this 16 Aug 15:08
· 36 commits to master since this release

CHANGES:

  • Use ounit2 instead of ounit for the tests
    (#144)
    Marek Kubica
  • Update to ppxlib >= 0.26.0
    (#142, #146)
    Sonja Heinze, Antonio Nuno Monteiro
  • Sanitize the ppx output to be able to use module names shadowing the modules from the standard library
    (#140)
    Simmo Saan
  • Reimplement map_bind to avoid stack overflows on js-of-ocaml
    (#138)
    P. Baudin
  • Add ppxlib as a direct dependency for ppx_deriving_yojson
    (#136)
    Hongchang Wu