Releases: sissaschool/xmlschema
Releases · sissaschool/xmlschema
v3.4.3 (2024-10-31)
- Fix incorrect validation error for substitution group with abstract head (issue #417)
- Refactor XSD identities processing using also typed XPath 2.0+ for getting values (issue #418)
- Clean tag retrieval during encode for some converter types (Abdera, BadgerFish and GData)
v3.4.2 (2024-09-17)
- Fix other failing URL normalization tests
- Avoid the use of sys.version_info for checking results, better to extend the check to more values.
v3.4.1 (2024-09-12)
- Fix failing URL normalization tests (issue #416)
- Disable protocols checking with elementpath v4.5.0
v3.4.0 (2024-09-10)
- Extended ModelVisitor to make it usable as an helper class for generating content
(issues #405 and #408)
v3.3.2 (2024-07-29)
- Fix UNC path tests (issues #405 and #408)
v3.3.1 (2024-04-27)
- Update validation errors with logging stack trace in debug mode
- Improve locations parsing and URL encoding
v3.3.0 (2024-04-17)
- Rewrite the validation of openContent using InterleavedModelVisitor and SuffixedModelVisitor
- Fix validation of XSD 1.1 'all' nested models
v3.2.1 (2024-04-07)
- 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)
v3.2.0 (2024-03-25)
- Add download_schemas() to package API (#387)
- Fix issue with facets on list types (#396)
v3.1.0 (2024-03-13)
- Add GData converter (issue #388/PR #391)
- Fix static typing protocols usage
- Extend XSD annotations parsing (issue #366)