Skip to content

v0.6.2

Compare
Choose a tag to compare
@James-LG James-LG released this 18 Feb 18:10
· 21 commits to master since this release
3b4e04b

Fixed

  • fix(xpath): Adjust text methods to match lxml by @James-LG in #30
    • Adds an itertext() method to XpathItemTreeNode that behaves like lxml's itertext method.
    • Adjusted XpathItemTreeNode::text() method such that it matches the behaviour of lxml's text() method.
    • XPath results returns nodes in document order
    • Text nodes automatically unescape commonly escaped characters such as gt; -> >
      • Added unescape_characters() and escape_characters() functions to easily move between them

Full Changelog: v0.6.1...v0.6.2