Skip to content

Releases: t-webber/html-filter

v0.2.1

08 Nov 10:39

Choose a tag to compare

  • The API was updated to remove the necessity of using prelude to access the publicly exported object: use html_filter::prelude::Html becomes use html_filter::Html.
  • The full Html is now public; you can access all the nodes and edit it manually without the helper methods.

More information: