====================== * Added Parser.is_spaced() method for checking if the current token has extra spaces before or after * Fixes for '/' and ':' tokens * Fixes for fn:max() and fn:min() functions
1.1.6
====================== * Fixes for XSD datatypes * Minor fixes after a first test run with Python v3.8a3
1.1.5
====================== * Differentiated unordered XPath gregorian types from ordered types for XSD * Fix issue 2
1.1.4
====================== * Implementation of a full Static Analysis Phase at parse() level * Schema-based static analysis for XPath 2.0 parsers using schema contexts * Added ``XPathSchemaContext`` class for processing schema contexts * Added atomization() and get_atomized_operand() helpers to XPathToken * Fix value comparison operators
1.1.3
====================== * Fix for issue 1 * Added fn:static-base-uri() and fn:resolve-uri() * Fixes to XPath 1.0 functions for compatibility mode
1.1.2
====================== * Fixes for XSD datatypes * Change the default value of *default_namespace* argument of XPath2Parser to ``None``