Skip to content

Releases: koxudaxi/datamodel-code-generator

0.5.5

12 Jun 02:53
26cc2b4
Compare
Choose a tag to compare
  • Support enum in array [#149]
  • Fix multiple sub-type in List [#150]

0.5.4

11 Jun 16:44
af9df2e
Compare
Choose a tag to compare
  • fix anyof in array fields [#146]

0.5.3

11 Jun 10:00
762ac1b
Compare
Choose a tag to compare

Thanks to @FlorianLudwig

0.5.2

05 Jun 16:56
d647cd3
Compare
Choose a tag to compare
  • support decimal [#137]

0.5.1

05 Jun 04:56
5420f30
Compare
Choose a tag to compare
  • support empty dict on items [#135]
  • support hostname [#136]

0.5.0

02 Jun 05:39
6982fe9
Compare
Choose a tag to compare
  • Breaking Change: Fix invalid python name [#132]
    The fixes change the class name of non-Upper Camel to Upper Camel

0.4.11

19 May 16:21
9bc3229
Compare
Choose a tag to compare
  • Fix args of conint and confloat [#128]

0.4.10

06 May 07:22
e979f13
Compare
Choose a tag to compare

Thanks to @mgonzalezperna

0.4.9

22 Apr 15:15
7604341
Compare
Choose a tag to compare
  • Fixed problems, if a name starts with a underscore [#120] by @julian-r

Thanks to @julian-r

0.4.8

18 Apr 18:16
6055368
Compare
Choose a tag to compare
  • update pydantic version [#119]
  • create generate function [#118]