====================== * Simplify type annotations for XSD datatypes * Full test coverage of sequence type functions with bugfixes
4.1.0
====================== * Refactor XPath function call (context=None only as keyword argument) * Add external function support (issue 60) * Some fixes to string representation and source property of tokens * Extend documentation and tests * Clean XSD datatypes hierarchy
4.0.1
====================== * Fix packaging: include py.typed in package data * Revert to comparison between xs:QName instances and strings
4.0.0
====================== * First XPath 3.1 implementation (without UCA collation support)
3.0.2
====================== * Extend root concept to subtrees used as root (e.g. XSD 1.1 assertions) * Begin XPath 3.1 implementation adding XPathMap and XPathArray
3.0.1
====================== * Fix of descendant path operator (issue 51) * Add support for Python 3.11