Releases: t-webber/html-filter
Releases · t-webber/html-filter
v0.2.1
- The API was updated to remove the necessity of using
preludeto access the publicly exported object:use html_filter::prelude::Htmlbecomesuse html_filter::Html. - The full
Htmlis now public; you can access all the nodes and edit it manually without the helper methods.
More information: