====================== * Rewrite the validation of openContent using InterleavedModelVisitor and SuffixedModelVisitor * Fix validation of XSD 1.1 'all' nested models
3.2.1
====================== * Improve ModelVisitor and particle occurs checking * Fix interleave mode with XSD 1.1 open content (issue 397) * Fix for export/download of XSD sources with commented-out imports/include (issue 387)
3.2.0
====================== * Add *download_schemas()* to package API (387) * Fix issue with facets on list types (396)
====================== * Use XPath subtree as fragment for xs:assert (issue 386) * Fix in XMLSchemaProxy definition and usage for providing a base-uri to schema nodes (issue 379) * Module xpath.py splitted to a subpackage for including all the custom XPath 1.0/2.0 parsers and related classes to XPath * Add support for Python 3.13 (pre-releases)
3.0.1
====================== * Hotfix release for broken requirement * Set python-requires metadata to >=3.8 (pull request 382) * Upgrade GitHub Actions (pull request 381)