======================= * Added XPath 1.0/2.0 full parsing with the derived *elementpath* package * Fixes for issues 52 and 54 * Test package improved (tox.ini, other checks with test_package.py)
0.9.23
======================= * Fixes for issues 45, 46, 51 * Added kwargs to *iter_decode()*, *dict_class* and *list_class* arguments have been removed * Added kwargs to converters initialization in order to push variable keyword arguments from *iter_decode()*
0.9.21
======================= * Fixes 'final' derivation attribute for complexType * Decoupling of the XPath module from XsdComponent API * Fix for issue 41
0.9.20
======================= * Substitution groups support * Added *fetch_schema_locations* function to API * Added *locations* argument to *fetch_schema*, *validate* and *to_dict* API functions * A more useful __repr__ for XSD component classes * Fixes for issues 35, 38, 39
0.9.18
======================= * Fixed issue 34 (min_occurs == 0 check in XsdGroup.is_emptiable) * Updated copyright information * Updated schema class creation (now use a metaclass) * Added index and expected attributes to XMLSchemaChildrenValidationError * Added *locations* optional argument to XMLSchema class
0.9.17
======================= * Key/Unique/Keyref constraints partially rewritten * Fixed ad issue with UCS-2/4 and maxunicode