Skip to content

v8.0.0

Compare
Choose a tag to compare
@fb55 fb55 released this 23 Apr 11:54
· 577 commits to master since this release

Breaking

  • The deprecated FeedHandler class has been removed #1166
    • See #1166 for how to migrate.
  • Typescript >= 4.5 is now required; see #1242
  • The types from domhandler and domutils have changed, the deprecated normalizeWhitespace option was removed #1164
  • The parser was updated to no longer concatenate strings. This led to several changes of internal interfaces. #1045
    • This reduces the memory overhead when parsing streams, and avoids copying memory.
    • Breaking if you were previously extending internals.

Features

  • htmlparser2 is now a dual CommonJS & ESM module #1165

Other changes

New Contributors

Full Changelog: v7.2.0...v8.0.0