Skip to content

Markup.ml 0.6

Compare
Choose a tag to compare
@aantron aantron released this 15 Jan 14:49
· 190 commits to master since this release

Breaking changes:

  • Renamed content to text.
  • Changed Text of string` to Text of string list` (suggested by Daniel Buenzli).
  • Removed drop_locations and replaced with an explicit type family 's parser and function signals.

Other changes:

  • Added a new function content, which filters out non-element and non-text signals (prompted by Daniel Buenzli).
  • Added conformance status to documentation.