- from_xml, from_xml_tree methods return type bound to cls type. This resolves the problem with mypy checker. See https://github.com/dapper91/pydantic-xml/issues/65 - wrapped sub-elements serialization bug fixed. See https://github.com/dapper91/pydantic-xml/pull/70
0.6.3
------------------
- forward refs support added. See https://github.com/dapper91/pydantic-xml/pull/61
0.6.2
------------------
- piped union typehints support added. See https://github.com/dapper91/pydantic-xml/issues/56
0.6.1
------------------
- 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.