Skip to content

Releases: sissaschool/xmlschema

v1.11.2 (2022-06-11)

11 Jun 14:37
Compare
Choose a tag to compare
  • Fix 'replace_existing' argument usage in XsdElement.get_binding method (issue #300)
  • Add Russian full translation (from PR #303 and #304)

v1.11.1 (2022-05-22)

22 May 16:39
Compare
Choose a tag to compare
  • Protect converter calls in iter_decode()/iter_encode()
  • Extend XSD type matching for code generators

v1.11.0 (2022-05-14)

14 May 07:22
12ebc7b
Compare
Choose a tag to compare
  • Add localization for XSD parsing and validation related error messages
  • Add full Italian translation
  • Add Russian partial translation (from PR #293)

v1.10.0 (2022-03-07)

07 Mar 13:24
1c9d1ea
Compare
Choose a tag to compare
  • Add 'nonlocal' option to defuse argument of XMLResource (also for schema classes)
  • Add 'none' option to allow argument of XMLResource
  • Fix too strict parsing on XSD annotations (issue 287)
  • Drop support for Python 3.6

v1.9.2 (2021-12-23)

23 Dec 15:42
847ead0
Compare
Choose a tag to compare
  • Fix for global simple type naming (issue #278)
  • Use mypy==0.930 for static typing checks

v1.9.1 (2021-12-08)

08 Dec 22:17
Compare
Choose a tag to compare
  • Improve error reporting for encoded data (issue #275)
  • Fix attribute duplicates in attribute group (issue #276)
  • Add process_skipped optional argument to decoding/encoding

v1.9.0 (2021-11-30)

30 Nov 21:31
Compare
Choose a tag to compare
  • Add iter_decode() to document level API
  • Enhance XMLResource class adding usage of pathlib.Path objects
    for source and base_url arguments
  • Fix for issue #273

v1.8.2 (2021-11-11)

11 Nov 16:59
Compare
Choose a tag to compare
  • Fix for issues #266 and #268
  • Fix type annotation of XMLSchema source argument (issue #230)

v1.8.1 (2021-10-20)

20 Oct 15:44
Compare
Choose a tag to compare
  • Near compliance with strict type annotations
  • Removed ModelGroup class, merged with XsdGroup
  • Some optimizations and fixes from static analysis

v1.8.0 (2021-09-27)

27 Sep 12:53
Compare
Choose a tag to compare
  • Refactor XMLSchemaMeta deprecating BUILDERS attribute
  • Extend type annotations to package API
  • Add static typing tests with checked mypy runs