- pydantic 2.6 incompatibility fixed. See https://github.com/dapper91/pydantic-xml/issues/167.
2.8.1
------------------
- union collection deserialization bug fixed. See https://github.com/dapper91/pydantic-xml/pull/165.
2.8.0
------------------
- mypy plugin added. See https://pydantic-xml.readthedocs.io/en/latest/pages/misc.html#mypy. - optional raw element bug fixed. See https://github.com/dapper91/pydantic-xml/issues/158.
2.7.0
------------------
- validation errors provide the full path to the malformed field (including nested sub-models). - error text contain the xml document source line where the error occurred (lxml parser only). See https://github.com/dapper91/pydantic-xml/pull/150.
2.6.0
------------------
- nillable element support added. See https://github.com/dapper91/pydantic-xml/pull/146.
2.5.0
------------------
- adjacent sub-elements support added. See https://github.com/dapper91/pydantic-xml/pull/143.