v0.8.0
BREAKING
- New
NodeType
andNodeName
enum variants ParserConfig
no longer implementsClone
andDebug
Features
- Block in node name position (#10, #11, thanks @gbj)
- Doctype declaration nodes (#6)
- Comment nodes (#7)
- Fragment nodes (#8)
transform_block
configuration which takes a closure that receives raw block content asParseStream
and lets you optionally convert it to aTokenStream
. That makes it possible to have custom syntax in blocks. More details in #9