Skip to content

Releases: dapper91/pydantic-xml

release 0.3.0

10 Nov 19:43
d717a29
Compare
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
Compare
Choose a tag to compare
  • attribute default namespace bug fixed.

release 0.2.1

06 Oct 16:42
b56c55b
Compare
Choose a tag to compare
  • default namespace support added.

release 0.2.0

19 Aug 08:27
9099115
Compare
Choose a tag to compare
  • generic models support
  • namespace inheritance bug fixed.

release 0.1.0

18 Aug 07:06
db5927b
Compare
Choose a tag to compare
  • first library version implemented
  • pre-commit hooks added
  • examples added
  • documentation added
  • github test workflow added
  • github release workflow added