Skip to content

2.0.0

Compare
Choose a tag to compare
@aloskutov aloskutov released this 15 Jul 09:59
· 84 commits to main since this release
  • Changed html parsing library from JSDOM to node-html-parser.
  • Increased speed of html code processing.
  • The addDoctype option is now, set to false.
  • The impact of the parsing library on the html code has been reduced. JSDOM forced wrapping in <html> if it was missing. It was not possible to work with code fragments (not wrapped in <html>).