Releases: aantron/markup.ml
Releases · aantron/markup.ml
Markup.ml 1.0.3
Bugs fixed
- Adapt to OCaml 5.00 (#68, @kit-ty-kate).
Markup.ml 1.0.2
Bugs fixed
- Don't allow empty namespace names (359f336, repotred by Thibaut Mattio).
Markup.ml 1.0.1
Bugs fixed
- Fix reading of numeric references in the XML tokenizer (#65, reported by @occtyping).
Markup.ml 1.0.0
Breaking
- Include tag attributes in
`Misnested_tag
errors, to assist in error recovery (#55, Albert Peschar). - Delete type
content_signal
(#59).
Bugs fixed
Markup.ml 0.8.2
Markup.ml 0.8.1
Additions
- Ability to optionally pass custom escaping functions to
Markup.write_html
(#42, Julien Sagot).
Bugs fixed
Markup.ml 0.8.0
Markup.ml 0.7.7
Markup.ml 0.7.6
Markup.ml 0.7.5
- When writing HTML, do not perform entity escaping inside
<script>
and similar tags (#17, Johannes Kloos). - Fix handling of unpaired
</form>
tags (0bf4f1b, reported Yann Hamdaoui). - Fix stream combinators to be tail-recursive (4a20cae).
- Fix dependency on Findlib package
lwt.unix
(#18, diagnosed Andrew Ray). - Speed up reading from files by about 30% (7d84cb9).