0.11.3
- 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.