Releases: koxudaxi/fastapi-code-generator
Releases · koxudaxi/fastapi-code-generator
0.5.4
0.5.3
What's Changed
- Improve code generation with fixes for recursion, aliasing, and modular references by @sternakt in #484
- Fix docs build in CI by @davorrunje in #485
- Fix publish in CI by @davorrunje in #486
New Contributors
Full Changelog: 0.5.2...0.5.3
0.5.3rc0
What's Changed
- Improve code generation with fixes for recursion, aliasing, and modular references by @sternakt in #484
- Fix docs build in CI by @davorrunje in #485
- Fix publish in CI by @davorrunje in #486
New Contributors
Full Changelog: 0.5.2...0.5.3rc0
0.5.2
0.5.1
What's Changed
- Update typer by @davorrunje in #430
- Support for Pydantic 2 & additional python versions by @jnu in #414
- Fix generate_code args by @koxudaxi in #436
- fix inconsistance routers<>tags arrays by @azdolinski in #417
- 419 / Support for parsing callbacks by @jnu in #420
New Contributors
- @davorrunje made their first contribution in #430
- @jnu made their first contribution in #414
- @azdolinski made their first contribution in #417
Full Changelog: 0.5.0...0.5.1
0.5.0
What's Changed
- Update pydantic to v2 and update datamodel-code-generator to 0.25.6 by @kumaranvpl in #408
New Contributors
- @kumaranvpl made their first contribution in #408
Full Changelog: 0.4.4...0.5.0
0.4.4
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
- @notpushkin made their first contribution in #384
Full Changelog: 0.4.3...0.4.4
0.4.3
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
0.4.1
What's Changed
- Add support for file upload (application/octet-stream) by @david-westreicher in #313
- Add
--disable-timestamp
by @ytoml in #324
New Contributors
- @david-westreicher made their first contribution in #313
- @ytoml made their first contribution in #324
Full Changelog: 0.4.0...0.4.1