- model parameters inheritance bug fixed. See https://github.com/dapper91/pydantic-xml/issues/51
0.6.0
------------------
- union types support added - xml model encoding api unified with pydantic json encoding api - root model validation raises exception instead of returning None - xml model params inheritance implemented - multiple element search strategies implemented
0.5.0
------------------
- ipaddress objects serialization support added - py.typed file added - distutils dependency removed - default namespace redefinition during serialization fixed (for lxml only). See https://github.com/dapper91/pydantic-xml/issues/27.
0.4.0
------------------
- field default parameter support added. - field default_factory parameter support added. - root model validation added. - pydantic field alias support implemented.
0.3.0
------------------
- recursive (self-referencing) models support added. - inherit_ns flag dropped due to recursive models implementation details.