Skip to content

v.3.0.0

Compare
Choose a tag to compare
@gregjacobs gregjacobs released this 23 Jan 05:16
· 181 commits to master since this release

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 internal parseHtml() function