Skip to content

Releases: alan-j-hu/ocaml-plist-xml

0.5.0

10 Mar 19:41
Compare
Choose a tag to compare

CHANGES:

  • Rename of_channel to from_channel and of_string to from_string. The
    new names reflect the naming convention across multiple popular OCaml file
    format libraries.

0.4.0

22 Feb 03:42
Compare
Choose a tag to compare

CHANGES:

Version 0.4.0 is a major rewrite with an API redesign that is not
backwards-compatible. plist-xml now uses xmlm instead of markup for the
underlying XML codec. The package plist-xml-lwt no longer exists. In the
new API, plist-xml has both a high-level tree interface and a low-level
streaming interface.

0.3.0

29 Oct 02:40
Compare
Choose a tag to compare

CHANGES:

  • plist_of_stream_exn now takes a (Markup.signal, s) Markup.stream instead
    of a (Markup.content_signal, s) Markup.stream, as the
    Markup.content_signal type was removed from Markup.ml in version 1.0.0-1.

0.2.0

10 Aug 17:02
Compare
Choose a tag to compare

CHANGES:

  • signals now emits xml and doctype elements.
  • signals now gives plist element the attribute version="1.0".
  • Add [?encoding] parameter to signals function.

0.1

04 Aug 15:22
Compare
Choose a tag to compare
0.1

CHANGES:

Initial release.