Skip to content

Releases: dapper91/pydantic-xml

release 2.8.1

21 Jan 18:50
9bb0705

Choose a tag to compare

  • union collection deserialization bug fixed. See #165.

release 2.8.0

13 Jan 08:26
e7f345a

Choose a tag to compare

v2.7.0

18 Dec 14:58
bc9c724

Choose a tag to compare

Validation errors enhanced:

  • 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 #150.

release 2.6.0

06 Dec 17:20
1c96b61

Choose a tag to compare

  • nillable element support added. See #146.

release 2.5.0

26 Nov 11:18
ad0ef53

Choose a tag to compare

  • adjacent sub-elements support added. See #143.

release 2.4.0

06 Nov 05:23
c1ae049

Choose a tag to compare

  • attributes with default namespace bug fixed. See #137.

release 2.3.0

22 Oct 17:23
e432302

Choose a tag to compare

  • bool type encoding format changed from 'True' to 'true'. See #126.
  • None type encoding format changed from 'None' to ''.

release 2.2.4

06 Oct 14:09
fc3f499

Choose a tag to compare

  • root model default value bug fixed.
  • python 3.12 support added.

release 2.2.3

20 Sep 19:17
42f13a1

Choose a tag to compare

  • raw element missing tail bug fixed. See #118.

release 2.2.2

15 Sep 14:37
8543681

Choose a tag to compare

  • model validator 'before' mode support added.