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
HtmlTagabstraction for building and/or customizing HTML tags programmatically.