[ANN] dream-html & pure-html 3.11.0

Happy to announce a new release of dream-html:

pure-html

  • Add plaintext-only value for contenteditable attribute
  • Join CSS classes together when adding a class attribute to a node that already has one
  • Escape < and > characters in HTML attributes to prevent mXSS attacks
  • Add fold function to traverse nodes

dream-html

  • Add Dream_html.if_none_match and if_match helpers for conditional requests using ETags
  • Remove some incorrect path validation from the PPX
4 Likes