This repository has been archived by the owner on Aug 24, 2019. It is now read-only.
v1.0.0
Features
- upgrade JSDOM (0fd6741)
BREAKING CHANGES
- An AST is now generate from the JSDOM tree.
- You can still access the originalNode using
node.originalNode
. - You now have to call
fromHtmlAttribute
andfromHtmlElement
to replace a node.