Skip to content

Releases: koxudaxi/fastapi-code-generator

0.5.4

29 Apr 10:00
33f7572
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.5.3...0.5.4

0.5.3

16 Apr 13:23
c9fe474
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.5.2...0.5.3

0.5.3rc0

16 Apr 13:19
c9fe474
Compare
Choose a tag to compare
0.5.3rc0 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 0.5.2...0.5.3rc0

0.5.2

14 Dec 06:38
5ef88e7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.5.1...0.5.2

0.5.1

02 Jul 14:25
06f0d2b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.5.0...0.5.1

0.5.0

02 May 15:42
7bf89ad
Compare
Choose a tag to compare

What's Changed

  • Update pydantic to v2 and update datamodel-code-generator to 0.25.6 by @kumaranvpl in #408

New Contributors

Full Changelog: 0.4.4...0.5.0

0.4.4

07 Sep 16:21
fb88eba
Compare
Choose a tag to compare

What's Changed

  • Generate correct python code if path is camel case by @yyamano in #380
  • Generate valid python code if query param exists and requeststBody is required by @yyamano in #382
  • Allow modular output with custom templates by @notpushkin in #384
  • Fixed broken test (Added option for inputting encoding of file #334) by @yyamano in #383

New Contributors

Full Changelog: 0.4.3...0.4.4

0.4.3

19 Aug 17:40
07b70f9
Compare
Choose a tag to compare

What's Changed

  • Don't overwrite files in tests/data at testing time by @yyamano in #373
  • Add file upload support for both octet-stream and form-data by @yyamano in #374
  • Generate valid python code if query param has default value and requeststBody is required by @yyamano in #377
  • Generate an empty model file if an api spec file have no "schemas". by @yyamano in #375

New Contributors

Full Changelog: 0.4.2...0.4.3

0.4.2

27 Apr 16:08
7371553
Compare
Choose a tag to compare

What's Changed

  • Feature/generate routers by @v1kAn0v in #344
  • Enable custom visitors when enum_field_as_literal parameter is passed by @dmille in #332

New Contributors

Full Changelog: 0.4.1...0.4.2

0.4.1

15 Feb 15:28
e1667f6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.4.0...0.4.1