====================== * Add testing config for Python 3.10 (Tox and CI) * Fix internal _PurePath class with Python 3.10 (issue 251) * Remove redundant xmlns="" declaration when encoding with lxml (issue 252)
1.6.3
====================== * Refactor normalize_url() using pathlib.PurePath * Support UNC paths (issue 246) * Fix API docs (issue 248)
1.6.2
====================== * Fix for issue 245 (key/keyref with dynamic types) * Change default decoding of mixed content with only text to a string instead of a dictionary (issue 242)
1.6.1
====================== * Add multi-source initialization and add_schema() to schema class * Add bytes strings to accepted XML sources (issue 238)
1.6.0
====================== * XML data bindings and code generators are now considered stable * Add arguments 'max_depth' and 'extra_validator' to validation methods * Enhance decoding with 'value_hook' argument
1.5.3
====================== * Remove unnecessary bindings with schema proxy from ElementPathMixin to avoid conflicts when schema is used by an XPath 3 parser * Fix schema logger (issue 228)