You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).