Skip to content

v2.8.0

Compare
Choose a tag to compare
@fb55 fb55 released this 27 Aug 23:25
· 1041 commits to master since this release

Features:

  • Added a getFeed method (#743) a910757
    • Extracted from htmlparser2. The FeedHandler class was equivalent to what this is doing.

Fixes:

  • Ignore comments in textContent e86a8b2

Refactors:

  • Simplified the text stringify methods e0915f3
  • Improved the types of the legacy methods 527bcc4

Other:

  • Marked isType exports as deprecated 2147433