====================== * Optimize TDOP parser's tokenizer * Resolve ambiguities with operators and statements that are also names * Merge with XPath 3.0/3.1 develop (to be completed)
2.1.4
====================== * Add tests and apply small fixes to TDOP parser * Fix wildcard selection of attributes (issue 35)
2.1.3
====================== * 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)