====================== * 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``
1.1.1
====================== * Improvements and fixes for XSD datatypes * Rewritten AbstractDateTime for supporting years with value > 9999 * Added fn:dateTime()
1.1.0
====================== * Almost full implementation of XPath 2.0 * Extended XPath errors management * Add XSD datatypes for data/time builtins * Add constructors for XSD builtins
1.0.12
======================= * Fixed the default namespace use for names without prefix.
1.0.11
======================= * Added two recursive protected methods to context class * Minor fixes for context and helpers