Skip to content

Release 3.2.0

Compare
Choose a tag to compare
@onizet onizet released this 24 Sep 07:59
· 22 commits to dev since this release

Some API methods have been flagged as obsolete with a clear message of what to use instead. Those obsoletes are designed to highlight the expected output of the API and remove disambiguation between all the "Parse" methods. Documentation have been refreshed as well. No breaking changes as it maintain existing behaviour.

ParseHtml (string html) -> ParseBody
Parse(string html) -> ParseAsync

This release bring support for parsing into Header and Footer which was requested by open source project Cervantes (thanks for your support), a collaborative platform designed specifically for pentesters and red teams.

  • Add new public API to allow parsing into Header and Footer #162.
  • Add support for SVG format (either from img src or the SVG node tag)
  • Automatically create the _top bookmark if needed
  • Fix a crash when a hyperlink contains both img and figcation
  • Fix a crash when li is empty #161