Releases: koxudaxi/datamodel-code-generator
Releases · koxudaxi/datamodel-code-generator
0.2.6
- Add missing imports for
constr
and Dict[str, Any]
[#69] by @joshbode
0.2.4
add debug mode as --debug
0.2.3
- fix to add
List
on an import statement
- support normalize enum fields
0.2.1
- support anyOf
- support allOf
0.2.0
- support enum
- support forward refs
- support stdin as input file
- target python version
- support duplicate models
- improve to parse array object
0.1.0
add features
- custom base model
- null
- create import statements
- string pattern
- Minimum
- Maximum
- exclusiveMinimum
- exclusiveMaximum
- multipleOf