All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
1.2.0 (2018-10-05)
- add new JSXInterpolation node (1e2c3c7)
1.1.1 (2018-10-05)
1.1.0 (2018-09-15)
1.0.0 (2018-05-14)
- upgrade JSDOM (0fd6741)
-
- 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.