Releases: koxudaxi/datamodel-code-generator
Releases · koxudaxi/datamodel-code-generator
0.5.1
- support empty dict on items [#135]
- support hostname [#136]
0.5.0
- Breaking Change: Fix invalid python name [#132]
The fixes change the class name of non-Upper Camel to Upper Camel
0.4.11
- Fix args of
conint
and confloat
[#128]
0.4.8
- update pydantic version [#119]
- create
generate
function [#118]
0.4.7
- Support json and yaml [#115]
0.4.6
- fix as a statement on import [#114]
0.4.5
- support as on import statement [#112]
- support empty array on JsonSchema [#113]