Skip to content

Releases: koxudaxi/datamodel-code-generator

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]

0.4.7

14 Apr 16:27
9b665e8
Compare
Choose a tag to compare
  • Support json and yaml [#115]

0.4.6

06 Apr 18:18
cf96232
Compare
Choose a tag to compare
  • fix as a statement on import [#114]

0.4.5

05 Apr 17:11
834cdd3
Compare
Choose a tag to compare
  • support as on import statement [#112]
  • support empty array on JsonSchema [#113]