====================== * Extend tests for XPath 2.0 with minor fixes * Fix fn:round-half-to-even (issue 33)
2.1.2
====================== * Extend tests for XPath 1.0/2.0 with minor fixes * Fix for +/- prefix operators * Fix for regex patterns anchors and binary datatypes
2.1.1
====================== * Fix for issue 32 (test failure on missing locale setting) * Extend tests for XPath 1.0 with minor fixes
2.1.0
====================== * Create custom class hierarchy for XPath nodes that replaces named-tuples * Bind attribute nodes, text nodes and namespace nodes to parent element (issue 31)
2.0.5
====================== * Increase the speed of path step selection on large trees * More tests and small fixes to XSD builtin datatypes
2.0.4
====================== * Lazy tokenizer for parser classes in order to minimize import time