4.3.0
CHANGES:
- Dunify
This also removes all the deprecated libraries (tyxml.syntax
,tyxml.parser
)
and removes the ocamlfind librarytyxml.ppx
in favor oftyxml-ppx
.
(#197 by Drup, Rudi Grinberg and Anton Bachin) - Add simplistic indentation for the Format-based printer (#187 by Drup)
- Allow the ppx to be used for more exotic tyxml instances, such
as reactive elements (#200 by Drup) - Add
Html.of_seq
andSvg.of_seq
, which allow to easily import
HTML parsed with markup in TyXML (#221 by Drup)