Skip to content

Markup.ml 0.7.2

Compare
Choose a tag to compare
@aantron aantron released this 10 May 15:09
· 157 commits to master since this release
  • Exposed input streams (CR-LF translation and locations assignment) in the public API, though this is deliberately omitted from the documentation for the time being.
  • Added compare_locations.
  • Fixed parse_html not honoring the ~context argument.
  • Made parse_html ~context element name case-insensitive, in line with the HTML treatment of element name (prompted Gabriel Radanne).
  • Added row variables to some polymorphic variant arguments (requested Gabriel Radanne).
  • Now installing .cmx files for OCaml 4.03 (reported Gabriel Radanne).
  • Fixed an instance of warning 52 (matching for Failure with a specific string).