Skip to content

0.11.3

Compare
Choose a tag to compare
@gregjacobs gregjacobs released this 19 Nov 04:57
· 677 commits to master since this release
  • Properly handle HTML character entities (like &) for URL matches, not including them as part of the URL.
  • Move HTML parsing functionality out to a separate class: HtmlParser
  • Add HtmlTag abstraction for building and/or customizing HTML tags programmatically.