Skip to content

Releases: koxudaxi/datamodel-code-generator

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]

0.4.4

01 Apr 03:24
bed6dea
Compare
Choose a tag to compare

0.4.3

31 Mar 16:13
1c5fdaa
Compare
Choose a tag to compare

0.4.2

30 Mar 16:57
c0551c4
Compare
Choose a tag to compare
  • Correct population of modular structure [#96] by @joshbode

Thanks to @joshbode

0.4.1

23 Mar 17:47
7e0dc0c
Compare
Choose a tag to compare
  • support empty object as any root object [#106]
  • support reserved words as a field [#107]
  • change validation to optional [#108]

0.4.0

16 Mar 14:27
6529cd6
Compare
Choose a tag to compare
  • improve jsonschema [#104]
  • support array of type attribute on jsonschema [#103]
  • change url-validator [#100]
  • support Field [#99]
  • correct string-normalization to skip-string-normalization #98 by @joshbode
  • move lint configuration (black, isort, mypy) to configuration files [#97] by @joshbode

Thanks to @joshbode

0.3.3

26 Feb 13:44
6ad7592
Compare
Choose a tag to compare

Thanks to @surajbarkale

0.3.2

05 Feb 01:22
e596b40
Compare
Choose a tag to compare

add support for arrays of simple primities to anyOf [#92] by @joshbode

Thanks to @joshbode

0.3.1

03 Feb 01:01
4d5135d
Compare
Choose a tag to compare
  • Move logic for anyOf/allOf to higher priority [#91] by @joshbode

Thanks to @joshbode