Skip to content

Releases: koxudaxi/datamodel-code-generator

0.11.19

08 Feb 17:16
d706b1e
Compare
Choose a tag to compare

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

02 Feb 14:12
eb8210e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.11.17...0.11.18

0.11.17

23 Jan 08:18
cf4b361
Compare
Choose a tag to compare

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

17 Jan 18:39
e2dcb19
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.11.15...0.11.16

0.11.15

29 Nov 03:15
8486dd1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.11.14...0.11.15

0.11.14

30 Sep 15:56
c015850
Compare
Choose a tag to compare
  • Fix a bug for # field [#558]

0.11.13

15 Sep 14:06
8901210
Compare
Choose a tag to compare
  • Support pydantic 1.5.1 [#537]

0.11.12

27 Aug 16:32
55eab4f
Compare
Choose a tag to compare
  • ignore broken regex version [#519]
  • Support --use-annotated [#516]
  • Support --http_headers for authorization [#511]
  • Add --use-title-as-name [#510]
  • Support patternProperties [#509]
  • Fix reuse_model for nested model [#505]
  • Improve supporting json_pointer [#503]

0.11.11

12 Aug 16:59
02c147a
Compare
Choose a tag to compare
  • Fix version option [#499]

0.11.10

12 Aug 15:29
fd3ce20
Compare
Choose a tag to compare
  • Fix invalid generated code with openapi validator [#496]
  • Support wrap_string_literal [#493]
  • Use Poetry [#475]