Skip to content

Releases: koxudaxi/datamodel-code-generator

0.2.7

15 Oct 11:50
Compare
Choose a tag to compare

0.2.6

10 Oct 13:19
Compare
Choose a tag to compare
  • Add missing imports for constr and Dict[str, Any] [#69] by @joshbode

0.2.5

09 Oct 13:01
06abed6
Compare
Choose a tag to compare

0.2.4

26 Sep 17:03
c211f46
Compare
Choose a tag to compare

add debug mode as --debug

0.2.3

13 Sep 19:11
196b6c3
Compare
Choose a tag to compare
  • fix to add List on an import statement
  • support normalize enum fields

0.2.2

13 Sep 10:22
2666433
Compare
Choose a tag to compare
  • fix classes order

0.2.1

13 Sep 09:33
9dba574
Compare
Choose a tag to compare
  • support anyOf
  • support allOf

0.2.0

05 Sep 20:36
8fd5698
Compare
Choose a tag to compare
  • support enum
  • support forward refs
  • support stdin as input file
  • target python version
  • support duplicate models
  • improve to parse array object

0.1.0

06 Aug 15:47
4eed7b2
Compare
Choose a tag to compare

add features

  • custom base model
  • null
  • create import statements
  • string pattern
  • Minimum
  • Maximum
  • exclusiveMinimum
  • exclusiveMaximum
  • multipleOf

0.0.6

31 Jul 19:08
e3ba078
Compare
Choose a tag to compare

add supported formats

  • email
  • uri
  • ipv4
  • ipv6
  • time