Skip to content

Releases: koxudaxi/datamodel-code-generator

0.25.6

25 Apr 17:05
fcab9a4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.25.5...0.25.6

0.25.5

16 Mar 17:17
113dcd2
Compare
Choose a tag to compare

What's Changed

  • Fix overriden required by @fft001 in #1868
  • Added support for passing pathlib.Path as a format to JSON schema by @brandonsorensen in #1879
  • Make discriminators work with multiple keys pointing to the same schema by @ldej in #1885

New Contributors

Full Changelog: 0.25.4...0.25.5

0.25.4

13 Feb 18:09
a4a3a42
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.25.3...0.25.4

0.25.3

01 Feb 18:18
690cb12
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.25.2...0.25.3

0.25.2

21 Dec 18:11
9bb2705
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.25.1...0.25.2

0.25.1

26 Nov 16:56
1604379
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.25.0...0.25.1

0.25.0

25 Nov 07:16
a46fe94
Compare
Choose a tag to compare

What's Changed

Breaking Changes

  • Remove the unneeded Item suffix of anyOf and oneOf model names by #1682
    • maybe change other model names by the changes
  • Change datetime.datetime to pydantic.AwareDatetime in pydantic v2 by #1735

New Contributors

Full Changelog: 0.24.2...0.25.0

0.24.2

16 Nov 11:02
0ffcfd1
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.24.1...0.24.2

0.24.1

16 Nov 10:19
65edaef
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.24.0...0.24.1

0.24.0

16 Nov 01:36
97b23f0
Compare
Choose a tag to compare

What's Changed

Breaking Changes

  • The version drop pysnooper, prance, openapi-spec-validator from the default dependencies list.
    If you want to use --debug and --validation, please add the extra option when you install packages datamodel-code-generator[debug] and datamodel-code-generator[validation]

Depreacated

  • --validation option will be removed in the new future. please use other tools to validate OpenAPI Schema.

New Contributors

Full Changelog: 0.23.0...0.24.0