Skip to content

Releases: sissaschool/xmlschema

v3.4.3 (2024-10-31)

31 Oct 09:38
Compare
Choose a tag to compare
  • 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)

17 Sep 19:35
Compare
Choose a tag to compare
  • 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)

12 Sep 09:42
Compare
Choose a tag to compare
  • Fix failing URL normalization tests (issue #416)
  • Disable protocols checking with elementpath v4.5.0

v3.4.0 (2024-09-10)

10 Sep 21:24
Compare
Choose a tag to compare
  • Extended ModelVisitor to make it usable as an helper class for generating content
    (issues #405 and #408)

v3.3.2 (2024-07-29)

29 Jul 16:22
Compare
Choose a tag to compare
  • Fix UNC path tests (issues #405 and #408)

v3.3.1 (2024-04-27)

28 Apr 08:47
Compare
Choose a tag to compare
  • Update validation errors with logging stack trace in debug mode
  • Improve locations parsing and URL encoding

v3.3.0 (2024-04-17)

17 Apr 17:52
Compare
Choose a tag to compare
  • Rewrite the validation of openContent using InterleavedModelVisitor and SuffixedModelVisitor
  • Fix validation of XSD 1.1 'all' nested models

v3.2.1 (2024-04-07)

07 Apr 16:39
Compare
Choose a tag to compare
  • 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)

25 Mar 21:59
Compare
Choose a tag to compare
  • Add download_schemas() to package API (#387)
  • Fix issue with facets on list types (#396)

v3.1.0 (2024-03-13)

13 Mar 05:34
Compare
Choose a tag to compare
  • Add GData converter (issue #388/PR #391)
  • Fix static typing protocols usage
  • Extend XSD annotations parsing (issue #366)