v.3.0.0
Main Changes:
- Replaced the RegExp-based HTML Parser and EmailMatcher with linear-time state machine parsers (PRs #259 and #260). Closes #257, and improves performance across the board, especially with large strings
Breaking Changes:
- Removed
HtmlParser
class, replacing with an internalparseHtml()
function