Skip to content

v0.8.0

Compare
Choose a tag to compare
@stoically stoically released this 17 Feb 03:05
· 45 commits to main since this release

BREAKING

  • New NodeType and NodeName enum variants
  • ParserConfig no longer implements Clone and Debug

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 as ParseStream and lets you optionally convert it to a TokenStream. That makes it possible to have custom syntax in blocks. More details in #9