Releases: koxudaxi/datamodel-code-generator
Releases · koxudaxi/datamodel-code-generator
0.11.19
What's Changed
- fix booleans literals being converted to int by @koonpeng in #704
- feat: Add option to disable tls verification in http request by @jtfidje in #707
New Contributors
Full Changelog: 0.11.18...0.11.19
0.11.18
0.11.17
What's Changed
- do not convert literal int to string for pydantic 1.9.0 or later by @duesenfranz in #689
Full Changelog: 0.11.16...0.11.17
0.11.16
What's Changed
- Fix json type form http by @koxudaxi in #637
- Support Python3.10 by @koxudaxi in #668
- GitHub Actions: Add Python 3.10 to the testing by @cclauss in #605
- Use
Non{Positive,Negative}{Float,Int}
in models by @duesenfranz in #679
New Contributors
- @cclauss made their first contribution in #605
- @duesenfranz made their first contribution in #679
Full Changelog: 0.11.15...0.11.16
0.11.15
What's Changed
- Fix typed-ast by @koxudaxi in #626
- Fix typed_ast dependency with custom mypy by @koxudaxi in #634
- documented installation via pip by @adaamz in #620
- Fix typo in argument description by @jacobszpz in #606
- Fix parsing of absolute reference URLs by @vesajaaskelainen in #594
New Contributors
- @adaamz made their first contribution in #620
- @jacobszpz made their first contribution in #606
- @vesajaaskelainen made their first contribution in #594
Full Changelog: 0.11.14...0.11.15