Releases: sissaschool/xmlschema
Releases · sissaschool/xmlschema
v1.11.2 (2022-06-11)
v1.11.1 (2022-05-22)
- Protect converter calls in iter_decode()/iter_encode()
- Extend XSD type matching for code generators
v1.11.0 (2022-05-14)
- 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)
- 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)
- Fix for global simple type naming (issue #278)
- Use
mypy==0.930
for static typing checks
v1.9.1 (2021-12-08)
v1.9.0 (2021-11-30)
- 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)
v1.8.1 (2021-10-20)
- 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)
- Refactor XMLSchemaMeta deprecating BUILDERS attribute
- Extend type annotations to package API
- Add static typing tests with checked mypy runs