Skip to content

Releases: koxudaxi/datamodel-code-generator

0.6.22

19 Jan 19:01
24ec6c7
Compare
Choose a tag to compare
  • Support json pointer [#311]
  • Raise model not found exception [#310]

0.6.21

18 Jan 10:26
aa7ca9a
Compare
Choose a tag to compare
  • Support multiple type enum [#309]
  • Support CSV [#308]
  • Support custom encoding [#307]

0.6.20

15 Jan 17:00
a6b8a70
Compare
Choose a tag to compare
  • Support python dictionary [#305]
  • Fix parse_ref in one_of [#304[

0.6.19

15 Jan 10:13
4c9d215
Compare
Choose a tag to compare
  • Fix nested enum [#303]
  • Fix similar nested array [#302]

0.6.18

08 Jan 15:33
4b4f96a
Compare
Choose a tag to compare
  • ignore datetime in yaml [#299]

0.6.17

06 Jan 07:57
ada9b19
Compare
Choose a tag to compare
  • improve reusing model [#297]

0.6.16

31 Dec 14:45
a968171
Compare
Choose a tag to compare
  • cache jinja2 template [#296]
  • improve performance 2 [#295]

0.6.15

28 Dec 10:11
681ca87
Compare
Choose a tag to compare
  • Support reuse_models [#294]
  • Support Python3.9 [#293]
  • Add use-schema-description option [#292]

0.6.14

27 Dec 16:47
93a008c
Compare
Choose a tag to compare
  • Fix file path on windows [#291]
  • Improve performance [#290]

0.6.13

25 Dec 09:41
8df7158
Compare
Choose a tag to compare
  • Fix array include null [#288]
  • Fix resolving base class order [#287]
  • Warn with default format for type when not found [#273] by @Liam-Deacon

Thanks to @Liam-Deacon