====================== * 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
1.8.2
====================== * Fix for issues 266 and 268 * Fix type annotation of XMLSchema source argument (issue 230)
1.8.1
====================== * Near compliance with strict type annotations * Removed ModelGroup class, merged with XsdGroup * Some optimizations and fixes from static analysis
1.8.0
====================== * Refactor XMLSchemaMeta deprecating BUILDER attribute * Extend type annotations to package API * Add static typing tests with checked mypy runs
1.7.1
====================== * Activate mypy checks for package * Fix for issues 257 and 259
1.7.0
====================== * Make XSD annotation parsing lazy * Add lazy annotations to schema instances * Add get_annotation() method to multiple-facets classes (issue 255)