Skip to content

Releases: koxudaxi/datamodel-code-generator

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

0.3.0

09 Jan 16:52
40b9f35
Compare
Choose a tag to compare
  • Support JsonSchema [#89]
  • Support Remote reference [#87]

0.2.16

13 Dec 06:48
Compare
Choose a tag to compare
  • Fix types requiring imports in alloff, conint, confloat [#84] by @krezac

Thanks to @krezac