Skip to content

Releases: dapper91/pydantic-xml

release 0.7.0

23 Jun 20:11
8d83744

Choose a tag to compare

  • from_xml, from_xml_tree methods return type bound to cls type. This resolves the problem with mypy checker.
    See #65
  • wrapped sub-elements serialization bug fixed. See #70

release 0.6.3

19 Jun 19:12
3a5ed16

Choose a tag to compare

  • forward refs support added. See #61

release 0.6.2

10 Jun 07:20
51efb09

Choose a tag to compare

  • piped union typehints support added. See #56

release 0.6.1

15 Apr 15:03
68ce048

Choose a tag to compare

  • model parameters inheritance bug fixed. See #51

release 0.6.0

05 Feb 07:29
184584a

Choose a tag to compare

  • 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

release 0.5.0

10 Jan 20:19
b4d75c7

Choose a tag to compare

  • ipaddress objects serialization support added
  • py.typed file added
  • distutils dependency removed
  • default namespace redefinition during serialization fixed (for lxml only). See #27.

release 0.4.0

19 Dec 19:00
4a8e997

Choose a tag to compare

  • field default parameter support added.
  • field default_factory parameter support added.
  • root model validation added.
  • pydantic field alias support implemented.

release 0.3.0

10 Nov 19:43
d717a29

Choose a tag to compare

  • recursive (self-referencing) models support added.
  • inherit_ns flag dropped due to recursive models implementation details.
  • python 3.11 support added.

release 0.2.2

07 Oct 14:19
37c3f10

Choose a tag to compare

  • attribute default namespace bug fixed.

release 0.2.1

06 Oct 16:42
b56c55b

Choose a tag to compare

  • default namespace support added.